Home
last modified time | relevance | path

Searched refs:getDwarfAbbrevSection (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp39 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h190 const MCSection *getDwarfAbbrevSection() const { return DwarfAbbrevSection; } in getDwarfAbbrevSection() function
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h229 MCSection *getDwarfAbbrevSection() const { return DwarfAbbrevSection; } in getDwarfAbbrevSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h244 MCSection *getDwarfAbbrevSection() const { return DwarfAbbrevSection; } in getDwarfAbbrevSection() function
/external/llvm/lib/MC/
DMCDwarf.cpp514 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
874 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp490 Abbreviations.Emit(Asm.get(), TLOF->getDwarfAbbrevSection()); in generate()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp179 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp795 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
1158 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1478 EmitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev"); in EmitSectionLabels()
1632 Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1516 TLOF.getDwarfAbbrevSection()->getBeginSymbol(), false); in emitHeader()
DDwarfDebug.cpp1208 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1685 TLOF.getDwarfAbbrevSection()->getBeginSymbol(), false); in emitCommonHeader()
DDwarfDebug.cpp1509 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp693 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()