Searched refs:RelocMgr (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1197 void lookForDIEsToKeep(RelocationManager &RelocMgr, 1231 void keepDIEAndDependencies(RelocationManager &RelocMgr, 1237 unsigned shouldKeepDIE(RelocationManager &RelocMgr, 1242 unsigned shouldKeepVariableDIE(RelocationManager &RelocMgr, 1247 unsigned shouldKeepSubprogramDIE(RelocationManager &RelocMgr, 1263 RelocationManager &RelocMgr; member in llvm::dsymutil::__anon1f629b1b0111::DwarfLinker::DIECloner 1270 DIECloner(DwarfLinker &Linker, RelocationManager &RelocMgr, in DIECloner() argument 1273 : Linker(Linker), RelocMgr(RelocMgr), DIEAlloc(DIEAlloc), in DIECloner() 2021 unsigned DwarfLinker::shouldKeepVariableDIE(RelocationManager &RelocMgr, in shouldKeepVariableDIE() argument 2050 if (!RelocMgr.hasValidRelocation(LocationOffset, LocationEndOffset, MyInfo) || in shouldKeepVariableDIE() [all …]
|