|
Linker::Option< std::optional< offset_t > > | total_memory {"total_memory", "Total memory for executable, including stack and heap, only for version 0"} |
|
Linker::Option< std::optional< offset_t > > | stack_size {"stack_size", "Size of stack, only for version 1"} |
|
Linker::Option< std::optional< offset_t > > | heap_size {"heap_size", "Size of heap, only for version 1"} |
|
std::vector< Option< void > * > | option_list |
|
|
void | ConsiderOptions (std::map< std::string, std::string > &option_map) |
|
void | InitializeFields () |
|
template<typename ... Args> |
void | InitializeFields (Option< void > &option, Args &... args) |
|
The documentation for this class was generated from the following file: