Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1902 const auto &FunctionRanges = Unit.getFunctionRanges(); in generateUnitRanges() local
1906 for (const AddressRangeValuePair &Range : FunctionRanges) in generateUnitRanges()
1933 CachedRange = FunctionRanges.getRangeThatContains(Range.LowPC); in generateUnitRanges()
2149 const auto &FunctionRanges = Unit.getFunctionRanges(); in generateLineTableForUnit() local
2174 CurrRange = FunctionRanges.getRangeThatContains(Row.Address.Address); in generateLineTableForUnit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1550 const auto &FunctionRanges = getFunctionRanges(); in cloneAndEmitLineTable() local
1575 CurrRange = FunctionRanges.getRangeThatContains(Row.Address.Address); in cloneAndEmitLineTable()