Home
last modified time | relevance | path

Searched refs:FunctionIntervals (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h26 using FunctionIntervals = HalfOpenIntervalMap<uint64_t, int64_t>; variable
140 const FunctionIntervals &getFunctionRanges() const { return Ranges; } in getFunctionRanges()
266 FunctionIntervals::Allocator RangeAlloc;
271 FunctionIntervals Ranges;
H A DDWARFStreamer.h92 const FunctionIntervals::const_iterator &FuncRange,
H A DDWARFLinker.h144 const FunctionIntervals::const_iterator &FuncRange,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp311 const FunctionIntervals::const_iterator &FuncRange, in emitRangesEntries()