Home
last modified time | relevance | path

Searched refs:emitAbbrevs (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h135 void emitAbbrevs(MCSection *);
H A DDwarfFile.cpp97 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } in emitAbbrevs() function in DwarfFile
H A DAccelTable.cpp226 void emitAbbrevs() const;
505 void Dwarf5AccelTableWriter::emitAbbrevs() const { in emitAbbrevs() function in Dwarf5AccelTableWriter
630 emitAbbrevs(); in emit()
H A DDwarfDebug.cpp2380 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
3381 InfoHolder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevDWOSection()); in emitDebugAbbrevDWO()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp124 void DwarfEmitterImpl::emitAbbrevs( in emitAbbrevs() function in DwarfEmitterImpl
/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.h78 void emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
/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.cpp211 void DwarfStreamer::emitAbbrevs( in emitAbbrevs() function in DwarfStreamer
H A DDWARFLinker.cpp2898 TheDwarfEmitter->emitAbbrevs(Abbreviations, Options.TargetDWARFVersion); in link()