Searched refs:RelocMgr (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.h | 147 RelocationManager RelocMgr; member 153 : DMO(DMO), RelocMgr(Linker) { in LinkContext() 186 void lookForDIEsToKeep(RelocationManager &RelocMgr, RangesTy &Ranges, 227 void keepDIEAndDependencies(RelocationManager &RelocMgr, RangesTy &Ranges, 233 unsigned shouldKeepDIE(RelocationManager &RelocMgr, RangesTy &Ranges, 238 unsigned shouldKeepVariableDIE(RelocationManager &RelocMgr, 242 unsigned shouldKeepSubprogramDIE(RelocationManager &RelocMgr, 258 RelocationManager &RelocMgr; variable 267 DIECloner(DwarfLinker &Linker, RelocationManager &RelocMgr, in DIECloner() argument 271 : Linker(Linker), RelocMgr(RelocMgr), DIEAlloc(DIEAlloc), in DIECloner()
|
D | DwarfLinker.cpp | 534 unsigned DwarfLinker::shouldKeepVariableDIE(RelocationManager &RelocMgr, in shouldKeepVariableDIE() argument 564 if (!RelocMgr.hasValidRelocation(LocationOffset, LocationEndOffset, MyInfo) || in shouldKeepVariableDIE() 581 RelocationManager &RelocMgr, RangesTy &Ranges, const DWARFDie &DIE, in shouldKeepSubprogramDIE() argument 601 !RelocMgr.hasValidRelocation(LowPcOffset, LowPcEndOffset, MyInfo)) in shouldKeepSubprogramDIE() 642 unsigned DwarfLinker::shouldKeepDIE(RelocationManager &RelocMgr, in shouldKeepDIE() argument 651 return shouldKeepVariableDIE(RelocMgr, DIE, Unit, MyInfo, Flags); in shouldKeepDIE() 654 return shouldKeepSubprogramDIE(RelocMgr, Ranges, DIE, DMO, Unit, MyInfo, in shouldKeepDIE() 677 RelocationManager &RelocMgr, RangesTy &Ranges, const UnitListTy &Units, in keepDIEAndDependencies() argument 692 lookForDIEsToKeep(RelocMgr, Ranges, Units, Unit.getDIEAtIndex(AncestorIdx), in keepDIEAndDependencies() 743 lookForDIEsToKeep(RelocMgr, Ranges, Units, RefDie, DMO, *ReferencedCU, in keepDIEAndDependencies() [all …]
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 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; member in llvm::dsymutil::__anond69ad1180111::DwarfLinker::DIECloner 1272 DIECloner(DwarfLinker &Linker, RelocationManager &RelocMgr, in DIECloner() argument 1275 : Linker(Linker), RelocMgr(RelocMgr), DIEAlloc(DIEAlloc), in DIECloner() 2078 unsigned DwarfLinker::shouldKeepVariableDIE(RelocationManager &RelocMgr, in shouldKeepVariableDIE() argument 2107 if (!RelocMgr.hasValidRelocation(LocationOffset, LocationEndOffset, MyInfo) || in shouldKeepVariableDIE() [all …]
|