Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAranges.h63 struct RangeEndpoint { struct
68 RangeEndpoint(uint64_t Address, uint32_t CUOffset, bool IsRangeStart) in RangeEndpoint() argument
71 bool operator<(const RangeEndpoint &Other) const {
80 std::vector<RangeEndpoint> Endpoints;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp108 std::vector<RangeEndpoint> EmptyEndpoints; in construct()