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

/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCDwarf.cpp203 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
216 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
444 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
498 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
558 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
708 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
709 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
718 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
1062 const MCObjectFileInfo *MOFI = Context.getObjectFileInfo();
1142 const MCObjectFileInfo *MOFI = context.getObjectFileInfo();
[all...]
H A DMCWin64EH.cpp227 return context.getObjectFileInfo()->getXDataSection();
238 return context.getObjectFileInfo()->getPDataSection();
H A DMCAsmStreamer.cpp1083 return context.getObjectFileInfo()->getXDataSection();
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCContext.h153 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } function in class:llvm::MCContext

Completed in 129 milliseconds