Searched refs:getObjectFileInfo (Results 1 – 6 of 6) sorted by relevance
205 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 …]
247 return context.getObjectFileInfo()->getXDataSection(); in getWin64EHTableSection()258 return context.getObjectFileInfo()->getPDataSection(); in getWin64EHFuncTableSection()
113 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitToTextSection()
134 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitToTextSection()1147 return context.getObjectFileInfo()->getXDataSection(); in getWin64EHTableSection()
192 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
179 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function