Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h141 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.cpp2588 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection(), in emitDebugStr()
3406 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.h86 void emitStrings(const NonRelocatableStringpool &Pool) override;
/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.cpp2899 TheDwarfEmitter->emitStrings(DebugStrPool); in link()