Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
182 DataExtractor StringSection) in AppleAcceleratorTable() argument
183 : DWARFAcceleratorTable(AccelSection, StringSection) {} in AppleAcceleratorTable()
593 DataExtractor StringSection) in DWARFDebugNames() argument
594 : DWARFAcceleratorTable(AccelSection, StringSection) {} in DWARFDebugNames()
H A DDWARFUnit.h221 StringRef StringSection; variable
333 StringRef getStringSection() const { return StringSection; } in getStringSection()
375 return DataExtractor(StringSection, false, 0); in getStringExtractor()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp178 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.cpp153 StringRef StringSection, in dumpStringOffsetsSection() argument
158 DataExtractor StrData(StringSection, LittleEndian, 0); in dumpStringOffsetsSection()
997 const DWARFSection &Section, StringRef StringSection, in getAccelTable() argument
1002 DataExtractor StrData(StringSection, IsLittleEndian, 0); in getAccelTable()
H A DDWARFUnit.cpp194 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()