Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()