Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DArgs.h28 uint64_t getZOptionValue(llvm::opt::InputArgList &Args, int Id, StringRef Key,
/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DArgs.cpp42 uint64_t lld::args::getZOptionValue(opt::InputArgList &Args, int Id, in getZOptionValue() function in lld::args
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDriver.cpp891 Config->ZStackSize = args::getZOptionValue(Args, OPT_z, "stack-size", 0); in readConfigs()
1180 uint64_t Val = args::getZOptionValue(Args, OPT_z, "max-page-size", in getMaxPageSize()