Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp147 const DWARFSection &StringOffsetsSection, in dumpStringOffsetsSection() argument
152 DWARFDataExtractor StrOffsetExt(Obj, StringOffsetsSection, LittleEndian, 0); in dumpStringOffsetsSection()
154 uint64_t SectionSize = StringOffsetsSection.Data.size(); in dumpStringOffsetsSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2428 MCSection *StringOffsetsSection = nullptr; in emitDebugStr() local
2431 StringOffsetsSection = Asm->getObjFileLowering().getDwarfStrOffSection(); in emitDebugStr()
2435 StringOffsetsSection, /* UseRelativeOffsets = */ true); in emitDebugStr()