Home
last modified time | relevance | path

Searched refs:emitStrings (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h104 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr);
DDwarfFile.cpp141 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection) { in emitStrings() function in llvm::DwarfFile
DDwarfDebug.cpp1384 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/
DDwarfFile.cpp99 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() function in DwarfFile
DDwarfFile.h139 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
DDwarfDebug.cpp2172 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/
DDWARFLinker.h105 virtual void emitStrings(const NonRelocatableStringpool &Pool) = 0;
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp101 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() function in DwarfFile
DDwarfFile.h140 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
DDwarfDebug.cpp2398 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection(), in emitDebugStr()
3182 InfoHolder.emitStrings(Asm->getObjFileLowering().getDwarfStrDWOSection(), in emitDebugStrDWO()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h83 void emitStrings(const NonRelocatableStringpool &Pool) override;
DDWARFLinker.h110 virtual void emitStrings(const NonRelocatableStringpool &Pool) = 0;
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp205 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings() function in llvm::DwarfStreamer
DDWARFLinker.cpp2550 TheDwarfEmitter->emitStrings(OffsetsStringPool); in link()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp528 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()