Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp832 const DWARFSection &StringOffsetsSection, in dumpStringOffsetsSection() argument
837 DWARFDataExtractor StrOffsetExt(Obj, StringOffsetsSection, LittleEndian, 0); in dumpStringOffsetsSection()
839 uint64_t SectionSize = StringOffsetsSection.Data.size(); in dumpStringOffsetsSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2581 MCSection *StringOffsetsSection = nullptr; in emitDebugStr() local
2584 StringOffsetsSection = Asm->getObjFileLowering().getDwarfStrOffSection(); in emitDebugStr()
2588 StringOffsetsSection, /* UseRelativeOffsets = */ true); in emitDebugStr()