HomeSort by relevance Sort by last modified time
    Searched refs:FunctionIntervals (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
CompileUnit.h 27 using FunctionIntervals = HalfOpenIntervalMap<uint64_t, int64_t>;
135 const FunctionIntervals &getFunctionRanges() const { return Ranges; }
276 FunctionIntervals::Allocator RangeAlloc;
281 FunctionIntervals Ranges;
DwarfStreamer.h 85 const FunctionIntervals::const_iterator &FuncRange,
DwarfStreamer.cpp 273 const FunctionIntervals::const_iterator &FuncRange,
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 54 typedef HalfOpenIntervalMap<uint64_t, int64_t> FunctionIntervals;
247 const FunctionIntervals &getFunctionRanges() const { return Ranges; }
353 FunctionIntervals::Allocator RangeAlloc;
357 FunctionIntervals Ranges;
534 const FunctionIntervals::const_iterator &FuncRange,
718 const FunctionIntervals::const_iterator &FuncRange,
    [all...]

Completed in 65 milliseconds