Searched refs:RangesTy (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 48 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/ |
D | DWARFLinker.h | 41 using RangesTy = std::map<uint64_t, ObjFileAddressRange>; variable 80 virtual RangesTy &getValidAddressRanges() = 0;
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | DwarfLinkerForBinary.h | 87 RangesTy AddressRanges; 152 RangesTy &getValidAddressRanges() override { return AddressRanges; } in getValidAddressRanges()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 496 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()
|