Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp380 assert(ctx.arg.tocOptimize); in tryRelaxPPC64TocIndirection()
1030 return ctx.arg.tocOptimize ? RE_PPC64_RELAX_TOC : R_GOTREL; in getRelExpr()
1295 if (ctx.arg.tocOptimize && shouldTocOptimize && ha(val) == 0) in relocate()
1333 if (ctx.arg.tocOptimize && shouldTocOptimize && ha(val) == 0) { in relocate()
1351 if (ctx.arg.tocOptimize && shouldTocOptimize && ha(val) == 0) { in relocate()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h386 bool tocOptimize; member
H A DDriver.cpp415 if (ctx.arg.tocOptimize) in checkOptions()
2024 ctx.arg.tocOptimize = in setConfigs()