Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/include/lld/Common/
H A DArgs.h36 uint64_t getZOptionValue(llvm::opt::InputArgList &args, int id, StringRef key,
/src/contrib/llvm-project/lld/Common/
H A DArgs.cpp62 uint64_t lld::args::getZOptionValue(opt::InputArgList &args, int id, in getZOptionValue() function in lld::args
/src/contrib/llvm-project/lld/ELF/
H A DDriver.cpp591 args::getZOptionValue(args, OPT_z, "max-page-size", 0); in checkZOptions()
592 args::getZOptionValue(args, OPT_z, "common-page-size", 0); in checkZOptions()
1498 config->zStackSize = args::getZOptionValue(args, OPT_z, "stack-size", 0); in readConfigs()
2055 uint64_t val = args::getZOptionValue(args, OPT_z, "max-page-size", in getMaxPageSize()
2072 uint64_t val = args::getZOptionValue(args, OPT_z, "common-page-size", in getCommonPageSize()