Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h459 : Prevailing(0), FinalDefinitionInLinkageUnit(0), VisibleToRegularObj(0), in SymbolResolution()
470 unsigned VisibleToRegularObj : 1; member
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp143 r.VisibleToRegularObj = in add()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp159 r.VisibleToRegularObj = sym->isUsedInRegularObj; in add()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp246 r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj || in add()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp269 Res.VisibleToRegularObj = true; in run()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp666 if (Res.LinkerRedefined || Res.VisibleToRegularObj || Sym.isUsed() || in addModuleToGlobalRes()
677 (Res.VisibleToRegularObj || Sym.isUsed() || !InSummary); in addModuleToGlobalRes()
697 if (Res.VisibleToRegularObj) in writeToResolutionFile()