Home
last modified time | relevance | path

Searched refs:emitAbbrevs (Results 1 – 11 of 11) 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-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp77 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } in emitAbbrevs() function in DwarfFile
DDwarfFile.h102 void emitAbbrevs(MCSection *);
DAccelTable.cpp235 void emitAbbrevs() const;
456 void Dwarf5AccelTableWriter<DataT>::emitAbbrevs() const { in emitAbbrevs() function in Dwarf5AccelTableWriter
539 emitAbbrevs(); in emit()
DDwarfDebug.cpp1509 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
2272 InfoHolder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevDWOSection()); in emitDebugAbbrevDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.h72 void emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
DDwarfStreamer.cpp176 void DwarfStreamer::emitAbbrevs( in emitAbbrevs() function in llvm::dsymutil::DwarfStreamer
DDwarfLinker.cpp2575 Streamer->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::__anon5c7ea04f0111::DwarfStreamer
3496 Streamer->emitAbbrevs(Abbreviations); in link()