Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp497 static bool getZFlag(opt::InputArgList &args, StringRef k1, StringRef k2, in getZFlag() function
593 getZFlag(args, "rel", "rela", false); in checkZOptions()
1472 config->zCombreloc = getZFlag(args, "combreloc", "nocombreloc", true); in readConfigs()
1473 config->zCopyreloc = getZFlag(args, "copyreloc", "nocopyreloc", true); in readConfigs()
1483 config->zKeepTextSectionPrefix = getZFlag( in readConfigs()
1486 getZFlag(args, "lrodata-after-bss", "nolrodata-after-bss", false); in readConfigs()
1490 config->zNow = getZFlag(args, "now", "lazy", false); in readConfigs()
1493 config->zRelro = getZFlag(args, "relro", "norelro", true); in readConfigs()
1500 getZFlag(args, "start-stop-gc", "nostart-stop-gc", true); in readConfigs()
1502 config->zText = getZFlag(args, "text", "notext", true); in readConfigs()
[all …]