Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h453 : Prevailing(0), FinalDefinitionInLinkageUnit(0), VisibleToRegularObj(0), in SymbolResolution()
464 unsigned VisibleToRegularObj : 1; member
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DLTO.cpp82 r.VisibleToRegularObj = config->outputType != MH_EXECUTE || in add()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp144 r.VisibleToRegularObj = sym->isUsedInRegularObj; in add()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp247 r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj || in add()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp571 if (Res.LinkerRedefined || Res.VisibleToRegularObj || Sym.isUsed() || in addModuleToGlobalRes()
582 (Res.VisibleToRegularObj || Sym.isUsed() || !InSummary); in addModuleToGlobalRes()
602 if (Res.VisibleToRegularObj) in writeToResolutionFile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp223 Res.VisibleToRegularObj = true; in run()