Home
last modified time | relevance | path

Searched refs:emitStrings (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h140 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
H A DDwarfFile.cpp100 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() function in DwarfFile
H A DDwarfDebug.cpp2542 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection(), in emitDebugStr()
3374 InfoHolder.emitStrings(Asm->getObjFileLowering().getDwarfStrDWOSection(), in emitDebugStrDWO()
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h86 void emitStrings(const NonRelocatableStringpool &Pool) override;
H A DDWARFLinker.h102 virtual void emitStrings(const NonRelocatableStringpool &Pool) = 0;
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp227 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings() function in llvm::DwarfStreamer
H A DDWARFLinker.cpp2665 TheDwarfEmitter->emitStrings(OffsetsStringPool); in link()