Searched defs:StrSection (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp38 void DwarfStringPool::emit(AsmPrinter &Asm, const MCSection *StrSection, argument
45 Asm.OutStreamer.SwitchSection(StrSection);
H A DDwarfFile.cpp151 void DwarfFile::emitStrings(const MCSection *StrSection, argument
154 StrPool.emit(*Asm, StrSection, OffsetSection, StrSecSym);

Completed in 263 milliseconds