HomeSort by: relevance | last modified time | path
    Searched defs:RangeListEntry (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRnglists.h 28 struct RangeListEntry : public DWARFListEntryBase {
45 class DWARFDebugRnglist : public DWARFListType<RangeListEntry> {
DWARFDebugRangeList.h 24 struct RangeListEntry {
64 std::vector<RangeListEntry> Entries;
72 const std::vector<RangeListEntry> &getEntries() { return Entries; }

Completed in 14 milliseconds