Home
last modified time | relevance | path

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

/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() local
1952 for (const AddressRangeValuePair &Range : FunctionRanges) in generateUnitRanges()
1979 CachedRange = FunctionRanges.getRangeThatContains(Range.LowPC); in generateUnitRanges()
2219 const auto &FunctionRanges = Unit.getFunctionRanges(); in generateLineTableForUnit() local
2247 FunctionRanges.getRangeThatContains(TR.Row.Address.Address); in generateLineTableForUnit()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1546 const auto &FunctionRanges = getFunctionRanges(); in cloneAndEmitLineTable() local
1571 CurrRange = FunctionRanges.getRangeThatContains(Row.Address.Address); in cloneAndEmitLineTable()