Home
last modified time | relevance | path

Searched refs:RangesTy (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h48 using RangesTy = std::map<uint64_t, ObjFileAddressRange>; variable
87 virtual RangesTy &getValidAddressRanges() = 0;
453 void lookForDIEsToKeep(AddressesMap &RelocMgr, RangesTy &Ranges,
486 void keepDIEAndDependencies(AddressesMap &RelocMgr, RangesTy &Ranges,
492 unsigned shouldKeepDIE(AddressesMap &RelocMgr, RangesTy &Ranges,
503 unsigned shouldKeepSubprogramDIE(AddressesMap &RelocMgr, RangesTy &Ranges,
708 void patchFrameInfoForObject(const DWARFFile &, RangesTy &Ranges,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h41 using RangesTy = std::map<uint64_t, ObjFileAddressRange>; variable
80 virtual RangesTy &getValidAddressRanges() = 0;
/external/llvm-project/llvm/tools/dsymutil/
DDwarfLinkerForBinary.h87 RangesTy AddressRanges;
152 RangesTy &getValidAddressRanges() override { return AddressRanges; } in getValidAddressRanges()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp496 AddressesMap &RelocMgr, RangesTy &Ranges, const DWARFDie &DIE, in shouldKeepSubprogramDIE()
558 unsigned DWARFLinker::shouldKeepDIE(AddressesMap &RelocMgr, RangesTy &Ranges, in shouldKeepDIE()
771 RangesTy &Ranges, const UnitListTy &Units, in lookForDIEsToKeep()
1671 RangesTy &Ranges = File.Addresses->getValidAddressRanges(); in patchLineTableForUnit()
1861 RangesTy &Ranges, in patchFrameInfoForObject()