Lines Matching refs:RelocationManager
1134 class RelocationManager { class in llvm::dsymutil::__anondabe43b60111::DwarfLinker
1164 RelocationManager(DwarfLinker &Linker) in RelocationManager() function in llvm::dsymutil::__anondabe43b60111::DwarfLinker::RelocationManager
1199 void lookForDIEsToKeep(RelocationManager &RelocMgr,
1233 void keepDIEAndDependencies(RelocationManager &RelocMgr,
1239 unsigned shouldKeepDIE(RelocationManager &RelocMgr,
1244 unsigned shouldKeepVariableDIE(RelocationManager &RelocMgr,
1249 unsigned shouldKeepSubprogramDIE(RelocationManager &RelocMgr,
1265 RelocationManager &RelocMgr;
1272 DIECloner(DwarfLinker &Linker, RelocationManager &RelocMgr, in DIECloner()
1905 void DwarfLinker::RelocationManager::
1974 bool DwarfLinker::RelocationManager::findValidRelocs( in findValidRelocs()
2000 bool DwarfLinker::RelocationManager::
2021 bool DwarfLinker::RelocationManager::
2078 unsigned DwarfLinker::shouldKeepVariableDIE(RelocationManager &RelocMgr, in shouldKeepVariableDIE()
2120 RelocationManager &RelocMgr, in shouldKeepSubprogramDIE()
2172 unsigned DwarfLinker::shouldKeepDIE(RelocationManager &RelocMgr, in shouldKeepDIE()
2202 void DwarfLinker::keepDIEAndDependencies(RelocationManager &RelocMgr, in keepDIEAndDependencies()
2278 void DwarfLinker::lookForDIEsToKeep(RelocationManager &RelocMgr, in lookForDIEsToKeep()
2611 bool DwarfLinker::RelocationManager::
3339 RelocationManager RelocMgr(*this); in loadClangModule()
3442 RelocationManager RelocMgr(*this); in link()