Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h219 bool pcRelOptimize; member
H A DDriver.cpp326 if (config->pcRelOptimize && config->emachine != EM_PPC64) in checkOptions()
1460 config->pcRelOptimize = in setConfigs()
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp1437 config->pcRelOptimize) { in adjustGotPcExpr()