Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h140 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
H A DDwarfFile.cpp101 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() function in DwarfFile
H A DDwarfDebug.cpp2434 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection(), in emitDebugStr()
3261 InfoHolder.emitStrings(Asm->getObjFileLowering().getDwarfStrDWOSection(), in emitDebugStrDWO()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h83 void emitStrings(const NonRelocatableStringpool &Pool) override;
H A DDWARFLinker.h118 virtual void emitStrings(const NonRelocatableStringpool &Pool) = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp221 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings() function in llvm::DwarfStreamer
H A DDWARFLinker.cpp2517 TheDwarfEmitter->emitStrings(OffsetsStringPool); in link()