Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h168 const RangesTy &getFunctionRanges() const { return Ranges; } in getFunctionRanges() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp677 for (const AddressRangeValuePair &Range : getFunctionRanges()) in cloneAndEmitRanges()
721 getFunctionRanges().getRangeThatContains(Range.LowPC); in cloneAndEmitRangeList()
1546 const auto &FunctionRanges = getFunctionRanges(); in cloneAndEmitLineTable()
H A DDWARFLinkerCompileUnit.h401 const RangesTy &getFunctionRanges() const { return Ranges; } in getFunctionRanges() function
H A DDWARFLinkerImpl.cpp745 for (auto CurRange : Unit->getFunctionRanges()) in cloneAndEmitDebugFrame()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1948 const auto &FunctionRanges = Unit.getFunctionRanges(); in generateUnitRanges()
2219 const auto &FunctionRanges = Unit.getFunctionRanges(); in generateLineTableForUnit()
2416 for (auto CurRange : Unit->getFunctionRanges()) in patchFrameInfoForObject()