Home
last modified time | relevance | path

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

/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/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/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/llvm/tools/dsymutil/
DDwarfLinker.cpp693 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()