Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h77 virtual RangesTy &getValidAddressRanges() = 0;
497 void lookForDIEsToKeep(AddressesMap &RelocMgr, RangesTy &Ranges,
536 void keepDIEAndDependencies(AddressesMap &RelocMgr, RangesTy &Ranges,
542 unsigned shouldKeepDIE(AddressesMap &RelocMgr, RangesTy &Ranges,
552 unsigned shouldKeepSubprogramDIE(AddressesMap &RelocMgr, RangesTy &Ranges,
758 void patchFrameInfoForObject(const DWARFFile &, RangesTy &Ranges,
H A DDWARFLinkerCompileUnit.h24 using RangesTy = AddressRangesMap<int64_t>; variable
150 const RangesTy &getFunctionRanges() const { return Ranges; } in getFunctionRanges()
276 RangesTy Ranges;
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.h81 using RangesTy = std::vector<std::pair<uint64_t, uint64_t>>; variable
86 RangesTy Ranges;
454 RangesTy getRanges(uint64_t Address) { in getRanges()
458 return RangesTy(); in getRanges()
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h86 RangesTy AddressRanges;
183 RangesTy &getValidAddressRanges() override { return AddressRanges; } in getValidAddressRanges()
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp137 RangesTy &getValidAddressRanges() override { return DWARFAddressRanges; }; in getValidAddressRanges()
231 RangesTy DWARFAddressRanges;
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp461 AddressesMap &RelocMgr, RangesTy &Ranges, const DWARFDie &DIE, in shouldKeepSubprogramDIE()
520 unsigned DWARFLinker::shouldKeepDIE(AddressesMap &RelocMgr, RangesTy &Ranges, in shouldKeepDIE()
752 RangesTy &Ranges, const UnitListTy &Units, in lookForDIEsToKeep()
1781 RangesTy &Ranges = File.Addresses->getValidAddressRanges(); in patchLineTableForUnit()
1969 RangesTy &Ranges, in patchFrameInfoForObject()
H A DDWARFStreamer.cpp400 const RangesTy &FunctionRanges = Unit.getFunctionRanges(); in emitUnitRangesEntries()