Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp58 Section == FI->getDwarfLineSection() || in isDwarfSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp58 Section == FI->getDwarfLineSection() || in isDwarfSection()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp176 .Case("debug_line", MC->getObjectFileInfo()->getDwarfLineSection()) in emitSectionContents()
472 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()
615 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in translateLineTable()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h231 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h254 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection() function
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h259 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection() function
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp348 LineTableStartSym = TLOF.getDwarfLineSection()->getBeginSymbol(); in initStmtList()
360 TLOF.getDwarfLineSection()->getBeginSymbol()); in initStmtList()
366 TLOF.getDwarfLineSection()->getBeginSymbol()); in applyStmtList()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp547 MS->SwitchSection(TLOF->getDwarfLineSection()); in generate()
/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-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp355 LineTableStartSym = TLOF.getDwarfLineSection()->getBeginSymbol(); in initStmtList()
368 TLOF.getDwarfLineSection()->getBeginSymbol()); in initStmtList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp222 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
249 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
DMCAsmStreamer.cpp2024 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in FinishImpl()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp272 TLOF.getDwarfLineSection()->getBeginSymbol()); in initStmtList()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp240 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in emitDwarfLineTable()
267 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
DMCAsmStreamer.cpp2190 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in finishImpl()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp889 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()