Searched refs:RangeListEntry (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.h | 25 struct RangeListEntry { struct 62 std::vector<RangeListEntry> Entries; argument 69 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.h | 26 struct RangeListEntry { struct 67 std::vector<RangeListEntry> Entries; argument 75 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries()
|
D | DWARFDebugRnglists.h | 28 struct RangeListEntry : public DWARFListEntryBase { struct 43 class DWARFDebugRnglist : public DWARFListType<RangeListEntry> { argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugRnglists.cpp | 29 Error DWARFListType<RangeListEntry>::createError(const char *Fmt, const char *s, in createError() 35 Error RangeListEntry::extract(DWARFDataExtractor Data, uint32_t End, in extract() 113 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges() 153 void RangeListEntry::dump(raw_ostream &OS, uint8_t AddrSize, in dump() 156 auto PrintRawEntry = [](raw_ostream &OS, const RangeListEntry &Entry, in dump()
|
D | DWARFDebugRangeList.cpp | 45 RangeListEntry Entry; in extract() 67 for (const RangeListEntry &RLE : Entries) { in dump() 79 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.cpp | 31 RangeListEntry entry; in extract() 48 for (const RangeListEntry &RLE : Entries) { in dump() 60 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfStreamer.h | 86 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
|
D | DwarfStreamer.cpp | 274 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries, in emitRangesEntries()
|
D | DwarfLinker.cpp | 1598 const DWARFDebugRangeList::RangeListEntry &First = Entries.front(); in patchRangesForUnit()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 535 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries, 719 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries, in emitRangesEntries() 2900 const DWARFDebugRangeList::RangeListEntry &First = Entries.front(); in patchRangesForUnit()
|