Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h222 StringRef StringSection; variable
309 StringRef getStringSection() const { return StringSection; } in getStringSection()
351 return DataExtractor(StringSection, false, 0); in getStringExtractor()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSerialization.cpp616 std::string StringSection; in writeRIFF() local
618 llvm::raw_string_ostream StringOS(StringSection); in writeRIFF()
621 RIFF.Chunks.push_back({riff::fourCC("stri"), StringSection}); in writeRIFF()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp178 W.getOStream() << " \"" << StringSection.getCStr(&StringOffset) << "\"\n"; in dumpName()
358 if (Key == StringSection.getCStr(&StringOffset)) in equal_range()
649 return {Section.StringSection, Index, StringOffset, EntryOffset}; in getNameTableEntry()
H A DDWARFContext.cpp154 StringRef StringSection, in dumpStringOffsetsSection() argument
159 DataExtractor StrData(StringSection, LittleEndian, 0); in dumpStringOffsetsSection()
928 const DWARFSection &Section, StringRef StringSection, in getAccelTable() argument
933 DataExtractor StrData(StringSection, IsLittleEndian, 0); in getAccelTable()
H A DDWARFUnit.cpp194 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4455 StringRef StringSection = in updateELFSymbolTable() local
4506 AddToStrTab(Twine(cantFail(FunctionSymbol.getName(StringSection))) in updateELFSymbolTable()
4518 AddToStrTab(Twine(cantFail(FunctionSymbol.getName(StringSection))) in updateELFSymbolTable()
4694 Expected<StringRef> SymbolName = Symbol.getName(StringSection); in updateELFSymbolTable()