Home
last modified time | relevance | path

Searched refs:StringSection (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h34 DataExtractor StringSection; variable
70 DataExtractor StringSection) in DWARFAcceleratorTable() argument
71 : AccelSection(AccelSection), StringSection(StringSection) {} in DWARFAcceleratorTable()
174 DataExtractor StringSection) in AppleAcceleratorTable() argument
175 : DWARFAcceleratorTable(AccelSection, StringSection) {} in AppleAcceleratorTable()
579 DataExtractor StringSection) in DWARFDebugNames() argument
580 : DWARFAcceleratorTable(AccelSection, StringSection) {} in DWARFDebugNames()
DDWARFUnit.h210 StringRef StringSection; variable
294 StringRef getStringSection() const { return StringSection; } in getStringSection()
327 return DataExtractor(StringSection, false, 0); in getStringExtractor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp135 const DWARFSection &StringOffsetsSection, StringRef StringSection, in dumpDWARFv5StringOffsetsSection() argument
139 DataExtractor StrData(StringSection, LittleEndian, 0); in dumpDWARFv5StringOffsetsSection()
210 StringRef StringSection, in dumpStringOffsetsSection() argument
218 StringSection, Units, LittleEndian); in dumpStringOffsetsSection()
229 DataExtractor StrData(StringSection, LittleEndian, 0); in dumpStringOffsetsSection()
827 const DWARFSection &Section, StringRef StringSection, in getAccelTable() argument
832 DataExtractor StrData(StringSection, IsLittleEndian, 0); in getAccelTable()
DDWARFAcceleratorTable.cpp179 W.getOStream() << " \"" << StringSection.getCStr(&StringOffset) << "\"\n"; in dumpName()
359 if (Key == StringSection.getCStr(&StringOffset)) in equal_range()
635 return {Section.StringSection, Index, StringOffset, EntryOffset}; in getNameTableEntry()
DDWARFUnit.cpp178 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()