Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp100 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() function in DwarfFile
H A DDwarfFile.h141 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
H A DDwarfDebug.cpp2588 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection(), in emitDebugStr()
3406 InfoHolder.emitStrings(Asm->getObjFileLowering().getDwarfStrDWOSection(), in emitDebugStrDWO()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h86 void emitStrings(const NonRelocatableStringpool &Pool) override;
H A DDWARFLinker.h54 virtual void emitStrings(const NonRelocatableStringpool &Pool) = 0;
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp294 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings() function in DwarfStreamer
H A DDWARFLinker.cpp2899 TheDwarfEmitter->emitStrings(DebugStrPool); in link()