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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h101 emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h133 void emitAbbrevs(MCSection *);
H A DDwarfFile.cpp96 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } function in class:DwarfFile
H A DAccelTable.cpp234 void emitAbbrevs() const;
455 void Dwarf5AccelTableWriter<DataT>::emitAbbrevs() const { function in class:Dwarf5AccelTableWriter
538 emitAbbrevs();
H A DDwarfDebug.cpp1964 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection());
2858 InfoHolder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevDWOSection());

Completed in 218 milliseconds