Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp47 Section == FI->getDwarfStrSection() || in isDwarfSection()
/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-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h260 MCSection *getDwarfStrSection() const { return DwarfStrSection; } in getDwarfStrSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp494 StringPool->emit(*Asm, TLOF->getDwarfStrSection(), in generate()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp192 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1717 Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection(), in emitDebugStr()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp705 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()