Searched refs:RelocMgr (Results 1 – 3 of 3) sorted by relevance
/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::__anondabe43b60111::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 …]
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 453 void lookForDIEsToKeep(AddressesMap &RelocMgr, RangesTy &Ranges, 486 void keepDIEAndDependencies(AddressesMap &RelocMgr, RangesTy &Ranges, 492 unsigned shouldKeepDIE(AddressesMap &RelocMgr, RangesTy &Ranges, 499 unsigned shouldKeepVariableDIE(AddressesMap &RelocMgr, const DWARFDie &DIE, 503 unsigned shouldKeepSubprogramDIE(AddressesMap &RelocMgr, RangesTy &Ranges,
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 447 unsigned DWARFLinker::shouldKeepVariableDIE(AddressesMap &RelocMgr, in shouldKeepVariableDIE() argument 477 if (!RelocMgr.hasValidRelocationAt(LocationOffset, LocationEndOffset, in shouldKeepVariableDIE() 496 AddressesMap &RelocMgr, RangesTy &Ranges, const DWARFDie &DIE, in shouldKeepSubprogramDIE() argument 516 !RelocMgr.hasValidRelocationAt(LowPcOffset, LowPcEndOffset, MyInfo)) in shouldKeepSubprogramDIE() 558 unsigned DWARFLinker::shouldKeepDIE(AddressesMap &RelocMgr, RangesTy &Ranges, in shouldKeepDIE() argument 566 return shouldKeepVariableDIE(RelocMgr, DIE, Unit, MyInfo, Flags); in shouldKeepDIE() 569 return shouldKeepSubprogramDIE(RelocMgr, Ranges, DIE, File, Unit, MyInfo, in shouldKeepDIE()
|