Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h26 using FunctionIntervals = HalfOpenIntervalMap<uint64_t, int64_t>; variable
136 const FunctionIntervals &getFunctionRanges() const { return Ranges; } in getFunctionRanges()
277 FunctionIntervals::Allocator RangeAlloc;
282 FunctionIntervals Ranges;
DDWARFLinker.h131 const FunctionIntervals::const_iterator &FuncRange,
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h26 using FunctionIntervals = HalfOpenIntervalMap<uint64_t, int64_t>; variable
140 const FunctionIntervals &getFunctionRanges() const { return Ranges; } in getFunctionRanges()
281 FunctionIntervals::Allocator RangeAlloc;
286 FunctionIntervals Ranges;
DDWARFStreamer.h92 const FunctionIntervals::const_iterator &FuncRange,
DDWARFLinker.h136 const FunctionIntervals::const_iterator &FuncRange,
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp54 typedef HalfOpenIntervalMap<uint64_t, int64_t> FunctionIntervals; typedef
247 const FunctionIntervals &getFunctionRanges() const { return Ranges; } in getFunctionRanges()
353 FunctionIntervals::Allocator RangeAlloc;
357 FunctionIntervals Ranges;
534 const FunctionIntervals::const_iterator &FuncRange,
718 const FunctionIntervals::const_iterator &FuncRange, in emitRangesEntries()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp285 const FunctionIntervals::const_iterator &FuncRange, in emitRangesEntries()