Searched refs:GlobalResolutions (Results 1 – 2 of 2) sorted by relevance
616 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 …]
537 GlobalResolutions; variable