Searched refs:emitStrings (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.h | 104 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr);
|
D | DwarfFile.cpp | 141 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection) { in emitStrings() function in llvm::DwarfFile
|
D | DwarfDebug.cpp | 1384 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection()); in emitDebugStr() 1847 InfoHolder.emitStrings(Asm->getObjFileLowering().getDwarfStrDWOSection(), in emitDebugStrDWO()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 99 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() function in DwarfFile
|
D | DwarfFile.h | 139 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
|
D | DwarfDebug.cpp | 2172 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection(), in emitDebugStr() 2883 InfoHolder.emitStrings(Asm->getObjFileLowering().getDwarfStrDWOSection(), in emitDebugStrDWO()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 105 virtual void emitStrings(const NonRelocatableStringpool &Pool) = 0;
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 101 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() function in DwarfFile
|
D | DwarfFile.h | 140 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
|
D | DwarfDebug.cpp | 2398 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection(), in emitDebugStr() 3182 InfoHolder.emitStrings(Asm->getObjFileLowering().getDwarfStrDWOSection(), in emitDebugStrDWO()
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFStreamer.h | 83 void emitStrings(const NonRelocatableStringpool &Pool) override;
|
D | DWARFLinker.h | 110 virtual void emitStrings(const NonRelocatableStringpool &Pool) = 0;
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFStreamer.cpp | 205 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings() function in llvm::DwarfStreamer
|
D | DWARFLinker.cpp | 2550 TheDwarfEmitter->emitStrings(OffsetsStringPool); in link()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 528 void emitStrings(const NonRelocatableStringpool &Pool); 704 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings() function in llvm::dsymutil::__anondabe43b60111::DwarfStreamer 3497 Streamer->emitStrings(StringPool); in link()
|