Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h34 DataExtractor StringSection; variable
70 DataExtractor StringSection) in DWARFAcceleratorTable() argument
71 : AccelSection(AccelSection), StringSection(StringSection) {} in DWARFAcceleratorTable()
181 DataExtractor StringSection) in AppleAcceleratorTable() argument
182 : DWARFAcceleratorTable(AccelSection, StringSection) {} in AppleAcceleratorTable()
592 DataExtractor StringSection) in DWARFDebugNames() argument
593 : DWARFAcceleratorTable(AccelSection, StringSection) {} in DWARFDebugNames()
H A DDWARFUnit.h218 StringRef StringSection; variable
299 StringRef getStringSection() const { return StringSection; } in getStringSection()
332 return DataExtractor(StringSection, false, 0); in getStringExtractor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp179 W.getOStream() << " \"" << StringSection.getCStr(&StringOffset) << "\"\n"; in dumpName()
359 if (Key == StringSection.getCStr(&StringOffset)) in equal_range()
650 return {Section.StringSection, Index, StringOffset, EntryOffset}; in getNameTableEntry()
H A DDWARFContext.cpp148 StringRef StringSection, in dumpStringOffsetsSection() argument
153 DataExtractor StrData(StringSection, LittleEndian, 0); in dumpStringOffsetsSection()
890 const DWARFSection &Section, StringRef StringSection, in getAccelTable() argument
895 DataExtractor StrData(StringSection, IsLittleEndian, 0); in getAccelTable()
H A DDWARFUnit.cpp180 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()