Searched refs:getZOptionValue (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lld/include/lld/Common/ |
| H A D | Args.h | 35 uint64_t getZOptionValue(llvm::opt::InputArgList &args, int id, StringRef key,
|
| /llvm-project-15.0.7/lld/Common/ |
| H A D | Args.cpp | 64 uint64_t lld::args::getZOptionValue(opt::InputArgList &args, int id, in getZOptionValue() function in lld::args
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Driver.cpp | 1250 config->zStackSize = args::getZOptionValue(args, OPT_z, "stack-size", 0); in readConfigs() 1688 uint64_t val = args::getZOptionValue(args, OPT_z, "max-page-size", in getMaxPageSize() 1705 uint64_t val = args::getZOptionValue(args, OPT_z, "common-page-size", in getCommonPageSize()
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | Driver.cpp | 403 args::getZOptionValue(args, OPT_z, "stack-size", WasmPageSize); in readConfigs()
|