Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/MC/
DMCDwarf.cpp205 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
218 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
460 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
516 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()
579 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()
742 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()
747 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
752 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit()
1129 const MCObjectFileInfo *MOFI = Context.getObjectFileInfo(); in EmitCompactUnwind()
1205 const MCObjectFileInfo *MOFI = context.getObjectFileInfo(); in EmitCIE()
[all …]
DMCWin64EH.cpp247 return context.getObjectFileInfo()->getXDataSection(); in getWin64EHTableSection()
258 return context.getObjectFileInfo()->getPDataSection(); in getWin64EHFuncTableSection()
DMCPureStreamer.cpp113 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitToTextSection()
DMCAsmStreamer.cpp134 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitToTextSection()
1147 return context.getObjectFileInfo()->getXDataSection(); in getWin64EHTableSection()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DStackMaps.cpp192 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCContext.h179 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function