Searched refs:emitAbbrevs (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp96 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } function in class:DwarfFile
H A DDwarfFile.h133 void emitAbbrevs(MCSection *);
H A DAccelTable.cpp234 void emitAbbrevs() const;
455 void Dwarf5AccelTableWriter<DataT>::emitAbbrevs() const { function in class:Dwarf5AccelTableWriter
538 emitAbbrevs();
H A DDwarfDebug.cpp2226 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection());
3163 InfoHolder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevDWOSection());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h73 void emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
H A DDWARFLinker.h106 emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp157 void DwarfStreamer::emitAbbrevs( function in class:llvm::DwarfStreamer
H A DDWARFLinker.cpp2482 TheDwarfEmitter->emitAbbrevs(Abbreviations, MaxDwarfVersion);

Completed in 197 milliseconds