Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h457 : Prevailing(0), FinalDefinitionInLinkageUnit(0), VisibleToRegularObj(0), in SymbolResolution()
468 unsigned VisibleToRegularObj : 1; member
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DLTO.cpp143 r.VisibleToRegularObj = in add()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DLTO.cpp158 r.VisibleToRegularObj = sym->isUsedInRegularObj; in add()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp244 r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj || in add()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp247 Res.VisibleToRegularObj = true; in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp652 if (Res.LinkerRedefined || Res.VisibleToRegularObj || Sym.isUsed() || in addModuleToGlobalRes()
663 (Res.VisibleToRegularObj || Sym.isUsed() || !InSummary); in addModuleToGlobalRes()
683 if (Res.VisibleToRegularObj) in writeToResolutionFile()