Home
last modified time | relevance | path

Searched refs:getDwarfStrSection (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h199 const MCSection *getDwarfStrSection() const { return DwarfStrSection; } in getDwarfStrSection() function
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h244 MCSection *getDwarfStrSection() const { return DwarfStrSection; } in getDwarfStrSection() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1489 EmitSectionSym(Asm, TLOF.getDwarfStrSection(), "section_str"); in EmitSectionLabels()
1787 Asm->getObjFileLowering().getDwarfStrSection()); in emitDebugStr()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1384 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection()); in emitDebugStr()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp705 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()