Searched refs:RangesTy (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinker.h | 77 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 D | DWARFLinkerCompileUnit.h | 24 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 D | ProfiledBinary.h | 81 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 D | DwarfLinkerForBinary.h | 86 RangesTy AddressRanges; 183 RangesTy &getValidAddressRanges() override { return AddressRanges; } in getValidAddressRanges()
|
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 137 RangesTy &getValidAddressRanges() override { return DWARFAddressRanges; }; in getValidAddressRanges() 231 RangesTy DWARFAddressRanges;
|
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 461 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 D | DWARFStreamer.cpp | 400 const RangesTy &FunctionRanges = Unit.getFunctionRanges(); in emitUnitRangesEntries()
|