Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h101 void emitAbbrevs(MCSection *);
DDwarfFile.cpp131 void DwarfFile::emitAbbrevs(MCSection *Section) { in emitAbbrevs() function in llvm::DwarfFile
DDwarfDebug.cpp1208 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
1831 InfoHolder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevDWOSection()); in emitDebugAbbrevDWO()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp96 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } in emitAbbrevs() function in DwarfFile
DDwarfFile.h133 void emitAbbrevs(MCSection *);
DAccelTable.cpp234 void emitAbbrevs() const;
455 void Dwarf5AccelTableWriter<DataT>::emitAbbrevs() const { in emitAbbrevs() function in Dwarf5AccelTableWriter
538 emitAbbrevs(); in emit()
DDwarfDebug.cpp1964 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
2858 InfoHolder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevDWOSection()); in emitDebugAbbrevDWO()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h101 emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp98 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } in emitAbbrevs() function in DwarfFile
DDwarfFile.h134 void emitAbbrevs(MCSection *);
DAccelTable.cpp233 void emitAbbrevs() const;
453 void Dwarf5AccelTableWriter<DataT>::emitAbbrevs() const { in emitAbbrevs() function in Dwarf5AccelTableWriter
536 emitAbbrevs(); in emit()
DDwarfDebug.cpp2190 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
3157 InfoHolder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevDWOSection()); in emitDebugAbbrevDWO()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h73 void emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
DDWARFLinker.h106 emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp157 void DwarfStreamer::emitAbbrevs( in emitAbbrevs() function in llvm::DwarfStreamer
DDWARFLinker.cpp2549 TheDwarfEmitter->emitAbbrevs(Abbreviations, MaxDwarfVersion); in link()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp525 void emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs);
691 void DwarfStreamer::emitAbbrevs( in emitAbbrevs() function in llvm::dsymutil::__anondabe43b60111::DwarfStreamer
3496 Streamer->emitAbbrevs(Abbreviations); in link()