HomeSort by: relevance | last modified time | path
    Searched refs:emitAbbrevs (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 98 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); }
DwarfFile.h 134 void emitAbbrevs(MCSection *);
AccelTable.cpp 232 void emitAbbrevs() const;
450 void Dwarf5AccelTableWriter<DataT>::emitAbbrevs() const {
533 emitAbbrevs();
DwarfDebug.cpp 2230 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection());
3236 InfoHolder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevDWOSection());
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFStreamer.h 73 void emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
DWARFLinker.h 114 emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFStreamer.cpp 173 void DwarfStreamer::emitAbbrevs(
DWARFLinker.cpp 2516 TheDwarfEmitter->emitAbbrevs(Abbreviations, MaxDwarfVersion);

Completed in 36 milliseconds