Home
last modified time | relevance | path

Searched refs:getZOptionValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/include/lld/Common/
H A DArgs.h35 uint64_t getZOptionValue(llvm::opt::InputArgList &args, int id, StringRef key,
/llvm-project-15.0.7/lld/Common/
H A DArgs.cpp64 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 DDriver.cpp1250 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 DDriver.cpp403 args::getZOptionValue(args, OPT_z, "stack-size", WasmPageSize); in readConfigs()