Home
last modified time | relevance | path

Searched refs:getDwarfLineSection (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp48 Section == FI->getDwarfLineSection() || in isDwarfSection()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h192 const MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection() function
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h231 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h246 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp442 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()
591 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in copyInvariantDebugSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp282 LineTableStartSym = TLOF.getDwarfLineSection()->getBeginSymbol(); in initStmtList()
295 TLOF.getDwarfLineSection()->getBeginSymbol()); in initStmtList()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp200 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
213 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
/external/llvm/lib/MC/
DMCDwarf.cpp172 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
194 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
DMCAsmStreamer.cpp1608 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in FinishImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp516 MS->SwitchSection(TLOF->getDwarfLineSection()); in generate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp223 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
250 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
DMCAsmStreamer.cpp1896 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in FinishImpl()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp272 TLOF.getDwarfLineSection()->getBeginSymbol()); in initStmtList()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1484 EmitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line"); in EmitSectionLabels()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp889 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()