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