Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h229 MCSection *getDwarfAbbrevSection() const { return DwarfAbbrevSection; } in getDwarfAbbrevSection() function
/external/llvm/lib/MC/
DMCDwarf.cpp511 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
867 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1527 Asm->emitDwarfSymbolReference(TLOF.getDwarfAbbrevSection()->getBeginSymbol(), in emitHeader()
DDwarfDebug.cpp1304 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp691 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()