Home
last modified time | relevance | path

Searched refs:Instance (Results 1 – 25 of 92) sorted by relevance

1234

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDModelInjector.cpp79 CompilerInstance Instance(CI.getPCHContainerOperations()); in onBodySynthesis() local
80 Instance.setInvocation(&*Invocation); in onBodySynthesis()
81 Instance.createDiagnostics( in onBodySynthesis()
85 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis()
87 Instance.setVirtualFileSystem(&CI.getVirtualFileSystem()); in onBodySynthesis()
91 Instance.setFileManager(&CI.getFileManager()); in onBodySynthesis()
92 Instance.setSourceManager(&SM); in onBodySynthesis()
93 Instance.setPreprocessor(&CI.getPreprocessor()); in onBodySynthesis()
94 Instance.setASTContext(&CI.getASTContext()); in onBodySynthesis()
96 Instance.getPreprocessor().InitializeForModelFile(); in onBodySynthesis()
[all …]
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnStreamStderr.cpp111 …const CMIUtilString strPrefixed(CMIUtilString::Format("%s: %s", CMIDriver::Instance().GetAppNameSh… in Write()
227 const bool bLock = CMICmnStreamStderr::Instance().Lock(); in TextToStderr()
228 const bool bOk = bLock && CMICmnStreamStderr::Instance().Write(vrTxt); in TextToStderr()
229 bLock &&CMICmnStreamStderr::Instance().Unlock(); in TextToStderr()
248 const bool bLock = CMICmnStreamStderr::Instance().Lock(); in LLDBMsgToConsole()
249 const bool bOk = bLock && CMICmnStreamStderr::Instance().WriteLLDBMsg(vrTxt); in LLDBMsgToConsole()
250 bLock &&CMICmnStreamStderr::Instance().Unlock(); in LLDBMsgToConsole()
HDMIDriverMgr.cpp297 CMICmnStreamStdout::Instance().Write(errMsg, true); in DriverMainLoop()
304 CMICmnStreamStdout::Instance().Write(errMsg, true); in DriverMainLoop()
331 CMICmnStreamStdout::Instance().Write(errMsg, true); in DriverParseArgs()
346 bOk = CMICmnStreamStdout::Instance().Write(errMsg, true); in DriverParseArgs()
367 CMICmnStreamStdout::Instance().Write(errMsg, true); in DriverGetError()
389 CMICmnStreamStdout::Instance().Write(errMsg, true); in DriverGetName()
412 CMICmnStreamStdout::Instance().Write(errMsg, true); in DriverGetTheDebugger()
533 CMICmnLog::Instance().SetEnabled(true); in ParseArgs()
538 bOk = bOk && CMICmnLogMediumFile::Instance().SetDirectory(strLogDir); in ParseArgs()
547 bOk = bOk && CMICmnStreamStdout::Instance().WriteMIResponse(MIRSRC(IDE_MI_VERSION_GDB)); in ParseArgs()
[all …]
HDMICmdCmdExec.cpp82 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
94 if (!CMIDriver::Instance().SetDriverStateRunningDebugging()) in Execute()
96 const CMIUtilString &rErrMsg(CMIDriver::Instance().GetErrorDescription()); in Execute()
127 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Acknowledge()
202 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
209 if (!CMIDriver::Instance().SetDriverStateRunningDebugging()) in Execute()
211 const CMIUtilString &rErrMsg(CMIDriver::Instance().GetErrorDescription()); in Execute()
224 CMIDriver::Instance().SetExitApplicationFlag(true); in Execute()
346 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
473 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
[all …]
HDMIDriverMain.cpp66 CMIDriverMgr &rDriverMgr = CMIDriverMgr::Instance(); in sigint_handler()
95 CMIDriver &rMIDriver = CMIDriver::Instance(); in DriverSystemInit()
96 CMIDriverMgr &rDriverMgr = CMIDriverMgr::Instance(); in DriverSystemInit()
122 CMIDriverMgr::Instance().Shutdown(); in DriverSystemShutdown()
169 CMIDriverMgr &rDriverMgr = CMIDriverMgr::Instance(); in main()
HDMIDriver.cpp52 , m_rStdin(CMICmnStreamStdin::Instance()) in CMIDriver()
53 , m_rLldbDebugger(CMICmnLLDBDebugger::Instance()) in CMIDriver()
54 , m_rStdOut(CMICmnStreamStdout::Instance()) in CMIDriver()
265 return CMIDriver::Instance().Initialize(); in DoInitialize()
280 return CMIDriver::Instance().Shutdown(); in DoShutdown()
487 CMICmnThreadMgrStd &rThreadMgr = CMICmnThreadMgrStd::Instance(); in StartWorkerThreads()
493 … CMICmnThreadMgrStd::Instance().GetErrorDescription().c_str()); in StartWorkerThreads()
512 CMICmnThreadMgrStd &rThreadMgr = CMICmnThreadMgrStd::Instance(); in StopWorkerThreads()
569 assert(CMICmnLLDBDebugger::Instance().ThreadIsActive()); in DoMainLoop()
574 … CMIUtilThreadLock lock(CMICmnLLDBDebugSessionInfo::Instance().GetSessionMutex()); in DoMainLoop()
[all …]
HDMIUtilSingletonHelper.h39 if (vwrbOk && !T::Instance().Initialize()) in ModuleInit()
42 …vwrErrMsg = CMIUtilString::Format(MIRSRC(vErrorResrcId), T::Instance().GetErrorDescription().c_str… in ModuleInit()
70 if (!T::Instance().Shutdown()) in ModuleShutdown()
76 …vwrErrMsg += CMIUtilString::Format(MIRSRC(vErrorResrcId), T::Instance().GetErrorDescription().c_st… in ModuleShutdown()
HDMICmdInvoker.cpp26 : m_rStreamOut(CMICmnStreamStdout::Instance()) in CMICmdInvoker()
97 CMICmdMgr &rMgr = CMICmdMgr::Instance(); in CmdDeleteAll()
126 CMICmdMgr &rMgr = CMICmdMgr::Instance(); in CmdDelete()
161 CMICmdMgr &rMgr = CMICmdMgr::Instance(); in CmdAdd()
285 CMIDriver &rDriver(CMIDriver::Instance()); in CmdCauseAppExit()
HDMICmnLLDBDebuggerHandleEvents.cpp311 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in HandleEventSBBreakpointCmn()
382 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in HandleEventSBBreakpointAdded()
726 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in MiHelpGetModuleInfo()
773 CMICmnLLDBDebugger::Instance().GetDriver().SetExitApplicationFlag(bForceExit); in HandleEventSBCommandInterpreter()
899 lldb::SBDebugger &rDebugger = CMICmnLLDBDebugSessionInfo::Instance().GetDebugger(); in HandleProcessEventStateSuspended()
900 lldb::SBProcess sbProcess = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStateSuspended()
945 lldb::SBProcess sbProcess = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStateStopped()
1010 lldb::SBProcess sbProcess = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStopSignal()
1155 const lldb::SBProcess sbProcess = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStopException()
1194 lldb::SBProcess sbProcess = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in MiHelpGetCurrentThreadFrame()
[all …]
HDMICmnStreamStdout.cpp128 …const CMIUtilString strPrefixed(CMIUtilString::Format("%s: %s", CMIDriver::Instance().GetAppNameSh… in Write()
220 return CMICmnStreamStdout::Instance().WriteMIResponse(vrTxt, bSendToLog); in TextToStdout()
234 const CMICmnStreamStdin &rStdinMan = CMICmnStreamStdin::Instance(); in WritePrompt()
HDMICmdCmdTarget.cpp92 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
180 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Acknowledge()
278 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
338 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Acknowledge()
425 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
HDMICmnLLDBDebugger.cpp139 lldb::SBTarget sbTarget = CMICmnLLDBDebugSessionInfo::Instance().GetTarget(); in Shutdown()
259 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in CheckIfNeedToRebroadcastStopEvent()
263 …m_nLastStopId = CMICmnLLDBDebugSessionInfo::Instance().GetProcess().GetStopID(include_expression_s… in CheckIfNeedToRebroadcastStopEvent()
281 lldb::SBProcess process = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in RebroadcastStopEvent()
740 CMIUtilThreadLock lock(CMICmnLLDBDebugSessionInfo::Instance().GetSessionMutex()); in MonitorSBListenerEvents()
741 bOk = CMICmnLLDBDebuggerHandleEvents::Instance().HandleEvent(event, bHandledEvent); in MonitorSBListenerEvents()
751 m_pLog->WriteLog(CMICmnLLDBDebuggerHandleEvents::Instance().GetErrorDescription()); in MonitorSBListenerEvents()
HDMICmdCmdMiscellanous.cpp76 CMICmnLLDBDebugger::Instance().GetDriver().SetExitApplicationFlag(true); in Execute()
226 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
284 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Acknowledge()
320 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Acknowledge()
461 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
HDMIUtilDebug.cpp53 const CMIUtilString strCaption(CMIDriver::Instance().GetAppNameShort()); in ShowDlgWaitForDbgAttach()
89 CMICmnLog &CMIUtilDebugFnTrace::ms_rLog = CMICmnLog::Instance();
HDMICmnBase.cpp28 , m_pLog(&CMICmnLog::Instance()) in CMICmnBase()
87 CMICmnStreamStderr::Instance().Write(txt); in SetErrorDescription()
HDMICmdMgr.cpp29 : m_interpretor(CMICmdInterpreter::Instance()) in CMICmdMgr()
30 , m_factory(CMICmdFactory::Instance()) in CMICmdMgr()
31 , m_invoker(CMICmdInvoker::Instance()) in CMICmdMgr()
HDMICmnLog.cpp62 CMICmnLogMediumFile &rFileLog(CMICmnLogMediumFile::Instance()); in Initialize()
70 msg = CMIUtilString::Format("%s\n", CMIDriverMgr::Instance().GetAppVersion().c_str()); in Initialize()
317 return CMICmnLog::Instance().Write(vData, CMICmnLog::eLogVerbosity_Log); in WriteLog()
HDMICmdBase.cpp24 , m_rLLDBDebugSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()) in CMICmdBase()
125 CMICmdInvoker::Instance().CmdExecuteFinished(const_cast<CMICmdBase &>(*this)); in CmdFinishedTellInvoker()
HDMICmdCmdStack.cpp106 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
207 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
339 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
538 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
719 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
884 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
1016 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
HDMICmdCmdBreak.cpp221 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
312 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Acknowledge()
418 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
538 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
678 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
815 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
950 CMICmnLLDBDebugSessionInfo &rSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()); in Execute()
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCLabel.h28 unsigned Instance; variable
32 MCLabel(unsigned instance) : Instance(instance) {} in MCLabel()
39 unsigned getInstance() const { return Instance; } in getInstance()
42 unsigned incInstance() { return ++Instance; } in incInstance()
/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDFrontendAction.h39 CompilerInstance *Instance; variable
115 assert(Instance && "Compiler instance not registered!"); in getCompilerInstance()
116 return *Instance; in getCompilerInstance()
119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } in setCompilerInstance()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp4167 ClassTemplateDecl *Instance) { in isInstantiationOf() argument
4171 Instance = Instance->getCanonicalDecl(); in isInstantiationOf()
4172 if (Pattern == Instance) return true; in isInstantiationOf()
4173 Instance = Instance->getInstantiatedFromMemberTemplate(); in isInstantiationOf()
4174 } while (Instance); in isInstantiationOf()
4180 FunctionTemplateDecl *Instance) { in isInstantiationOf() argument
4184 Instance = Instance->getCanonicalDecl(); in isInstantiationOf()
4185 if (Pattern == Instance) return true; in isInstantiationOf()
4186 Instance = Instance->getInstantiatedFromMemberTemplate(); in isInstantiationOf()
4187 } while (Instance); in isInstantiationOf()
[all …]
/NextBSD/sys/contrib/dev/acpica/components/tables/
HDtbxface.c230 UINT32 Instance, in ACPI_EXPORT_SYMBOL_INIT()
255 if (++j < Instance) in ACPI_EXPORT_SYMBOL_INIT()
317 UINT32 Instance, in ACPI_EXPORT_SYMBOL()
342 if (++j < Instance) in ACPI_EXPORT_SYMBOL()
/NextBSD/contrib/llvm/lib/MC/
HDMCContext.cpp242 unsigned Instance) { in getOrCreateDirectionalLocalSymbol() argument
243 MCSymbol *&Sym = LocalSymbols[std::make_pair(LocalLabelVal, Instance)]; in getOrCreateDirectionalLocalSymbol()
250 unsigned Instance = NextInstance(LocalLabelVal); in createDirectionalLocalSymbol() local
251 return getOrCreateDirectionalLocalSymbol(LocalLabelVal, Instance); in createDirectionalLocalSymbol()
256 unsigned Instance = GetInstance(LocalLabelVal); in getDirectionalLocalSymbol() local
258 ++Instance; in getDirectionalLocalSymbol()
259 return getOrCreateDirectionalLocalSymbol(LocalLabelVal, Instance); in getDirectionalLocalSymbol()

1234