Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h94 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr);
DDwarfFile.cpp134 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection) { in emitStrings() function in llvm::DwarfFile
DDwarfDebug.cpp1480 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection()); in emitDebugStr()
1896 InfoHolder.emitStrings(Asm->getObjFileLowering().getDwarfStrDWOSection(), in emitDebugStrDWO()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp526 void emitStrings(const NonRelocatableStringpool &Pool);
702 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings() function in llvm::dsymutil::__anon1f629b1b0111::DwarfStreamer
3399 Streamer->emitStrings(StringPool); in link()