Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp355 const auto &FunctionRanges = Unit.getFunctionRanges(); in emitUnitRangesEntries() local
356 for (auto Range = FunctionRanges.begin(), End = FunctionRanges.end(); in emitUnitRangesEntries()
H A DDWARFLinker.cpp1537 const auto &FunctionRanges = Unit.getFunctionRanges(); in patchRangesForUnit() local
1542 auto InvalidRange = FunctionRanges.end(), CurrRange = InvalidRange; in patchRangesForUnit()
1568 CurrRange = FunctionRanges.find(First.StartAddress + OrigLowPc); in patchRangesForUnit()
1676 const auto &FunctionRanges = Unit.getFunctionRanges(); in patchLineTableForUnit() local
1677 auto InvalidRange = FunctionRanges.end(), CurrRange = InvalidRange; in patchLineTableForUnit()
1704 CurrRange = FunctionRanges.find(Row.Address.Address); in patchLineTableForUnit()