Home
last modified time | relevance | path

Searched refs:GlobalResolutions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp616 GlobalResolutions( in LTO()
642 if (GlobalResolutionSymbolSaver && !GlobalResolutions->contains(SymbolName)) in addModuleToGlobalRes()
645 auto &GlobalRes = (*GlobalResolutions)[SymbolName]; in addModuleToGlobalRes()
701 GlobalResolutions.reset(); in releaseGlobalResolutionsMemory()
1171 for (auto &Res : *GlobalResolutions) { in run()
1321 auto It = GlobalResolutions->find(name); in runRegularLTO()
1322 return (It == GlobalResolutions->end() || in runRegularLTO()
1340 for (const auto &R : *GlobalResolutions) { in runRegularLTO()
1953 auto It = GlobalResolutions->find(name); in runThinLTO()
1954 return (It == GlobalResolutions->end() || in runThinLTO()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h537 GlobalResolutions; variable