HomeSort by relevance Sort by last modified time
    Searched refs:RelocMgr (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.h 147 RelocationManager RelocMgr;
153 : DMO(DMO), RelocMgr(Linker) {
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;
267 DIECloner(DwarfLinker &Linker, RelocationManager &RelocMgr,
271 : Linker(Linker), RelocMgr(RelocMgr), DIEAlloc(DIEAlloc)
    [all...]
DwarfLinker.cpp 534 unsigned DwarfLinker::shouldKeepVariableDIE(RelocationManager &RelocMgr,
564 if (!RelocMgr.hasValidRelocation(LocationOffset, LocationEndOffset, MyInfo) ||
581 RelocationManager &RelocMgr, RangesTy &Ranges, const DWARFDie &DIE,
601 !RelocMgr.hasValidRelocation(LowPcOffset, LowPcEndOffset, MyInfo))
642 unsigned DwarfLinker::shouldKeepDIE(RelocationManager &RelocMgr,
651 return shouldKeepVariableDIE(RelocMgr, DIE, Unit, MyInfo, Flags);
654 return shouldKeepSubprogramDIE(RelocMgr, Ranges, DIE, DMO, Unit, MyInfo,
677 RelocationManager &RelocMgr, RangesTy &Ranges, const UnitListTy &Units,
692 lookForDIEsToKeep(RelocMgr, Ranges, Units, Unit.getDIEAtIndex(AncestorIdx),
743 lookForDIEsToKeep(RelocMgr, Ranges, Units, RefDie, DMO, *ReferencedCU
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 56 milliseconds