Lines Matching refs:getContext
63 Section->printSwitchToSection(*Streamer.getContext().getAsmInfo(), in changeSection()
64 Streamer.getContext().getTargetTriple(), OS, in changeSection()
76 Value->print(OS, Streamer.getContext().getAsmInfo()); in emitValue()
81 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitRawBytes()
188 emitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size); in emitSymbolValue()
220 emitFill(*MCConstantExpr::create(NumBytes, getContext()), FillValue); in emitFill()
235 return getContext().getDwarfFile(Directory, Filename, FileNo, Checksum, in tryEmitDwarfFileDirective()
244 getContext().setMCLineTableRootFile(CUID, Directory, Filename, Checksum, in emitDwarfFile0Directive()
266 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa, in emitDwarfLocDirective()
271 MCDwarfLineTable &Table = getContext().getMCDwarfLineTable(CUID); in getDwarfLineTableSymbol()
286 getContext().reportError(getStartTokLoc(), in getCurrentDwarfFrameInfo()
297 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
302 return getContext().getCVContext().recordFunctionId(FunctionId); in emitCVFuncIdDirective()
309 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in emitCVInlineSiteIdDirective()
310 getContext().reportError(Loc, "parent function id not introduced by " in emitCVInlineSiteIdDirective()
315 return getContext().getCVContext().recordInlinedCallSiteId( in emitCVInlineSiteIdDirective()
326 CodeViewContext &CVC = getContext().getCVContext(); in checkCVLocSection()
329 getContext().reportError( in checkCVLocSection()
338 getContext().reportError( in checkCVLocSection()
411 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
427 return getContext().reportError(Loc, "symbol '" + Twine(Symbol->getName()) + in emitLabel()
449 return getContext().reportError( in emitCFIStartProc()
697 getContext().reportError( in EnsureValidWinFrameInfo()
702 getContext().reportError( in EnsureValidWinFrameInfo()
712 return getContext().reportError( in emitWinCFIStartProc()
715 getContext().reportError( in emitWinCFIStartProc()
732 getContext().reportError(Loc, "Not all chained regions terminated!"); in emitWinCFIEndProc()
750 getContext().reportError(Loc, "Not all chained regions terminated!"); in emitWinCFIFuncletOrFuncEnd()
774 return getContext().reportError( in emitWinCFIEndChained()
789 return getContext().reportError( in emitWinEHHandler()
793 getContext().reportError(Loc, "Don't know what kind of handler this is!"); in emitWinEHHandler()
805 getContext().reportError(Loc, "Chained unwind areas can't have handlers!"); in emitWinEHHandlerData()
847 return getWinCFISection(getContext(), &NextWinCFIID, in getAssociatedPDataSection()
848 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection()
853 return getWinCFISection(getContext(), &NextWinCFIID, in getAssociatedXDataSection()
854 getContext().getObjectFileInfo()->getXDataSection(), in getAssociatedXDataSection()
882 return getContext().reportError( in emitWinCFISetFrame()
885 return getContext().reportError(Loc, "offset is not a multiple of 16"); in emitWinCFISetFrame()
887 return getContext().reportError( in emitWinCFISetFrame()
893 Label, encodeSEHRegNum(getContext(), Register), Offset); in emitWinCFISetFrame()
903 return getContext().reportError(Loc, in emitWinCFIAllocStack()
906 return getContext().reportError( in emitWinCFIAllocStack()
922 return getContext().reportError( in emitWinCFISaveReg()
938 return getContext().reportError(Loc, "offset is not a multiple of 16"); in emitWinCFISaveXMM()
952 return getContext().reportError( in emitWinCFIPushFrame()
1005 getContext().reportError(EndLoc, "Unfinished frame!"); in finish()
1106 auto &Context = getContext(); in emitPseudoProbe()