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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp99 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, function in class:DwarfFile
H A DDwarfFile.h139 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
H A DDwarfDebug.cpp2434 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection(),
3188 InfoHolder.emitStrings(Asm->getObjFileLowering().getDwarfStrDWOSection(),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h83 void emitStrings(const NonRelocatableStringpool &Pool) override;
H A DDWARFLinker.h110 virtual void emitStrings(const NonRelocatableStringpool &Pool) = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp205 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { function in class:llvm::DwarfStreamer
H A DDWARFLinker.cpp2483 TheDwarfEmitter->emitStrings(OffsetsStringPool);

Completed in 215 milliseconds