Lines Matching refs:getContext
83 MCContext &getContext() { return getStreamer().getContext(); } in getContext() function in __anone4092d9c0111::X86WinCOFFTargetStreamer
103 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOProc()
121 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOData()
153 getContext().reportError( in checkInFPOPrologue()
162 MCSymbol *Label = getContext().createTempSymbol("cfi", true); in emitFPOLabel()
170 getContext().reportError( in emitFPOProc()
183 getContext().reportError(L, ".cv_fpo_endproc must appear after .cv_proc"); in emitFPOEndProc()
189 getContext().reportError(L, "missing .cv_fpo_endprologue"); in emitFPOEndProc()
243 getContext().reportError( in emitFPOStackAlign()
321 const MCRegisterInfo *MRI = OS.getContext().getRegisterInfo(); in emitFrameDataRecord()
357 CodeViewContext &CVCtx = OS.getContext().getCVContext(); in emitFrameDataRecord()
388 MCContext &Ctx = OS.getContext(); in emitFPOData()