Home
last modified time | relevance | path

Searched refs:getFunctionRanges (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h166 const RangesTy &getFunctionRanges() const { return Ranges; } in getFunctionRanges() function
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp680 for (const AddressRangeValuePair &Range : getFunctionRanges()) in cloneAndEmitRanges()
724 getFunctionRanges().getRangeThatContains(Range.LowPC); in cloneAndEmitRangeList()
1549 const auto &FunctionRanges = getFunctionRanges(); in cloneAndEmitLineTable()
H A DDWARFLinkerCompileUnit.h401 const RangesTy &getFunctionRanges() const { return Ranges; } in getFunctionRanges() function
H A DDWARFLinkerImpl.cpp746 for (auto CurRange : Unit->getFunctionRanges()) in cloneAndEmitDebugFrame()
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1936 const auto &FunctionRanges = Unit.getFunctionRanges(); in generateUnitRanges()
2183 const auto &FunctionRanges = Unit.getFunctionRanges(); in generateLineTableForUnit()
2316 for (auto CurRange : Unit->getFunctionRanges()) in patchFrameInfoForObject()