/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.h | 101 void emitAbbrevs(MCSection *);
|
D | DwarfFile.cpp | 131 void DwarfFile::emitAbbrevs(MCSection *Section) { in emitAbbrevs() function in llvm::DwarfFile
|
D | DwarfDebug.cpp | 1208 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/ |
D | DwarfFile.cpp | 96 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } in emitAbbrevs() function in DwarfFile
|
D | DwarfFile.h | 133 void emitAbbrevs(MCSection *);
|
D | AccelTable.cpp | 234 void emitAbbrevs() const; 455 void Dwarf5AccelTableWriter<DataT>::emitAbbrevs() const { in emitAbbrevs() function in Dwarf5AccelTableWriter 538 emitAbbrevs(); in emit()
|
D | DwarfDebug.cpp | 1964 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/ |
D | DWARFLinker.h | 101 emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 98 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } in emitAbbrevs() function in DwarfFile
|
D | DwarfFile.h | 134 void emitAbbrevs(MCSection *);
|
D | AccelTable.cpp | 233 void emitAbbrevs() const; 453 void Dwarf5AccelTableWriter<DataT>::emitAbbrevs() const { in emitAbbrevs() function in Dwarf5AccelTableWriter 536 emitAbbrevs(); in emit()
|
D | DwarfDebug.cpp | 2190 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations() 3157 InfoHolder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevDWOSection()); in emitDebugAbbrevDWO()
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFStreamer.h | 73 void emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
|
D | DWARFLinker.h | 106 emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFStreamer.cpp | 157 void DwarfStreamer::emitAbbrevs( in emitAbbrevs() function in llvm::DwarfStreamer
|
D | DWARFLinker.cpp | 2549 TheDwarfEmitter->emitAbbrevs(Abbreviations, MaxDwarfVersion); in link()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 525 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()
|