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.cpp829 const DWARFSection &StringOffsetsSection, in dumpStringOffsetsSection() argument
834 DWARFDataExtractor StrOffsetExt(Obj, StringOffsetsSection, LittleEndian, 0); in dumpStringOffsetsSection()
836 uint64_t SectionSize = StringOffsetsSection.Data.size(); in dumpStringOffsetsSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3020 MCSection *StringOffsetsSection = nullptr; in emitDebugStr() local
3023 StringOffsetsSection = Asm->getObjFileLowering().getDwarfStrOffSection(); in emitDebugStr()
3027 StringOffsetsSection, /* UseRelativeOffsets = */ true); in emitDebugStr()