Home
last modified time | relevance | path

Searched refs:StringOffsetsSection (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp135 const DWARFSection &StringOffsetsSection, StringRef StringSection, in dumpDWARFv5StringOffsetsSection() argument
138 DWARFDataExtractor StrOffsetExt(Obj, StringOffsetsSection, LittleEndian, 0); in dumpDWARFv5StringOffsetsSection()
140 uint64_t SectionSize = StringOffsetsSection.Data.size(); in dumpDWARFv5StringOffsetsSection()
209 const DWARFSection &StringOffsetsSection, in dumpStringOffsetsSection() argument
217 dumpDWARFv5StringOffsetsSection(OS, SectionName, Obj, StringOffsetsSection, in dumpStringOffsetsSection()
220 DataExtractor strOffsetExt(StringOffsetsSection.Data, LittleEndian, 0); in dumpStringOffsetsSection()
222 uint64_t size = StringOffsetsSection.Data.size(); in dumpStringOffsetsSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp152 const DWARFSection &StringOffsetsSection, in dumpStringOffsetsSection() argument
157 DWARFDataExtractor StrOffsetExt(Obj, StringOffsetsSection, LittleEndian, 0); in dumpStringOffsetsSection()
159 uint64_t SectionSize = StringOffsetsSection.Data.size(); in dumpStringOffsetsSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2166 MCSection *StringOffsetsSection = nullptr; in emitDebugStr() local
2169 StringOffsetsSection = Asm->getObjFileLowering().getDwarfStrOffSection(); in emitDebugStr()
2173 StringOffsetsSection, /* UseRelativeOffsets = */ true); in emitDebugStr()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2536 MCSection *StringOffsetsSection = nullptr; in emitDebugStr() local
2539 StringOffsetsSection = Asm->getObjFileLowering().getDwarfStrOffSection(); in emitDebugStr()
2543 StringOffsetsSection, /* UseRelativeOffsets = */ true); in emitDebugStr()