Home
last modified time | relevance | path

Searched refs:emitStrings (Results 1 – 10 of 10) 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-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp80 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() function in DwarfFile
DDwarfFile.h108 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
DDwarfDebug.cpp1717 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection(), in emitDebugStr()
2297 InfoHolder.emitStrings(Asm->getObjFileLowering().getDwarfStrDWOSection(), in emitDebugStrDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.h76 void emitStrings(const NonRelocatableStringpool &Pool);
DDwarfStreamer.cpp191 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings() function in llvm::dsymutil::DwarfStreamer
DDwarfLinker.cpp2576 Streamer->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::__anond69ad1180111::DwarfStreamer
3497 Streamer->emitStrings(StringPool); in link()