Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h288 bool relaxGP; member
H A DDriver.cpp417 if (config->relaxGP && config->emachine != EM_RISCV) in checkOptions()
1394 config->relaxGP = args.hasFlag(OPT_relax_gp, OPT_no_relax_gp, false); in readConfigs()
H A DWriter.cpp1734 if (config->relaxGP) { in finalizeSections()