Searched refs:getDwarfAbbrevSection (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h224 const MCSection *getDwarfAbbrevSection() const { return DwarfAbbrevSection; } function in class:llvm::MCObjectFileInfo
/external/llvm/lib/MC/
H A DMCDwarf.cpp515 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
872 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1647 emitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev");
1736 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection());

Completed in 406 milliseconds