Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp368 const RangesTy &FunctionRanges = Unit.getFunctionRanges(); in emitUnitRangesEntries() local
369 for (size_t Idx = 0; Idx < FunctionRanges.size(); Idx++) { in emitUnitRangesEntries()
370 std::pair<AddressRange, int64_t> CurRange = FunctionRanges[Idx]; in emitUnitRangesEntries()
H A DDWARFLinker.cpp1578 const auto &FunctionRanges = Unit.getFunctionRanges(); in patchRangesForUnit() local
1608 CurrRange = FunctionRanges.getRangeValueThatContains( in patchRangesForUnit()
1716 const auto &FunctionRanges = Unit.getFunctionRanges(); in patchLineTableForUnit() local
1742 CurrRange = FunctionRanges.getRangeValueThatContains(Row.Address.Address); in patchLineTableForUnit()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp441 DebugAddressRangesVector FunctionRanges; in updateUnitDebugInfo() local
444 FunctionRanges = Function->getOutputAddressRanges(); in updateUnitDebugInfo()
446 if (FunctionRanges.empty()) in updateUnitDebugInfo()
447 FunctionRanges.push_back({0, 0}); in updateUnitDebugInfo()
450 DIE, RangesSectionWriter.addRanges(FunctionRanges), DebugInfoPatcher, in updateUnitDebugInfo()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp2324 const DebugAddressRangesVector FunctionRanges = in translateModuleAddressRanges() local
2326 llvm::move(FunctionRanges, std::back_inserter(OutputRanges)); in translateModuleAddressRanges()