Searched refs:getObjectFileInfo (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp205 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
218 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
460 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
516 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
579 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
742 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
747 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
752 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
1129 const MCObjectFileInfo *MOFI = Context.getObjectFileInfo();
1205 const MCObjectFileInfo *MOFI = context.getObjectFileInfo();
[all...]
H A DMCWin64EH.cpp247 return context.getObjectFileInfo()->getXDataSection();
258 return context.getObjectFileInfo()->getPDataSection();
H A DMCPureStreamer.cpp113 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
H A DMCAsmStreamer.cpp134 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
1147 return context.getObjectFileInfo()->getXDataSection();
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCContext.h179 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } function in class:llvm::MCContext
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DStackMaps.cpp192 OutContext.getObjectFileInfo()->getStackMapSection();

Completed in 113 milliseconds