Home
last modified time | relevance | path

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

/freebsd/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.h145 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
H A DDwarfDebug.cpp3026 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection(), in emitDebugStr()
3855 InfoHolder.emitStrings(Asm->getObjFileLowering().getDwarfStrDWOSection(), in emitDebugStrDWO()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h87 void emitStrings(const NonRelocatableStringpool &Pool) override;
H A DDWARFLinker.h55 virtual void emitStrings(const NonRelocatableStringpool &Pool) = 0;
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/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.cpp3016 TheDwarfEmitter->emitStrings(DebugStrPool); in link()