Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h164 const RangesTy &getFunctionRanges() const { return Ranges; } in getFunctionRanges() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp680 for (const AddressRangeValuePair &Range : getFunctionRanges()) in cloneAndEmitRanges()
724 getFunctionRanges().getRangeThatContains(Range.LowPC); in cloneAndEmitRangeList()
1550 const auto &FunctionRanges = getFunctionRanges(); in cloneAndEmitLineTable()
H A DDWARFLinkerCompileUnit.h401 const RangesTy &getFunctionRanges() const { return Ranges; } in getFunctionRanges() function
H A DDWARFLinkerImpl.cpp748 for (auto CurRange : Unit->getFunctionRanges()) in cloneAndEmitDebugFrame()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1902 const auto &FunctionRanges = Unit.getFunctionRanges(); in generateUnitRanges()
2149 const auto &FunctionRanges = Unit.getFunctionRanges(); in generateLineTableForUnit()
2279 for (auto CurRange : Unit->getFunctionRanges()) in patchFrameInfoForObject()