Searched refs:CreateInstance (Results 126 - 136 of 136) sorted by relevance

123456

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h85 static lldb::TypeSystemSP CreateInstance(lldb::LanguageType language,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp399 ScriptInterpreterPythonImpl::CreateInstance);
632 ScriptInterpreterPythonImpl::CreateInstance(Debugger &debugger) { function in class:ScriptInterpreterPythonImpl
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp626 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, function in class:Debugger
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp778 RenderScriptRuntime::CreateInstance(Process *process, function in class:RenderScriptRuntime
952 "RenderScript language support", CreateInstance, local
957 PluginManager::UnregisterPlugin(CreateInstance);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp310 GetPluginDescriptionStatic(), CreateInstance, local
315 PluginManager::UnregisterPlugin(CreateInstance);
327 ObjectFile *ObjectFileELF::CreateInstance(const lldb::ModuleSP &module_sp, function in class:ObjectFileELF
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp237 GetPluginDescriptionStatic(), CreateInstance, local
253 PluginManager::UnregisterPlugin(CreateInstance);
266 SymbolFile *SymbolFileDWARF::CreateInstance(ObjectFileSP objfile_sp) { function in class:SymbolFileDWARF
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp214 PluginManager::UnregisterPlugin(ProcessGDBRemote::CreateInstance);
218 ProcessGDBRemote::CreateInstance(lldb::TargetSP target_sp, function in class:ProcessGDBRemote
3587 GetPluginDescriptionStatic(), CreateInstance,
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp215 debugger.reset(Debugger::CreateInstance(callback, baton));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp208 HR = Query.CreateInstance(__uuidof(SetupConfiguration));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp532 lldb::TypeSystemSP ClangASTContext::CreateInstance(lldb::LanguageType language, function in class:ClangASTContext
596 GetPluginNameStatic(), "clang base AST context plug-in", CreateInstance, local
601 PluginManager::UnregisterPlugin(CreateInstance);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp716 GetPluginDescriptionStatic(), CreateInstance); local
720 PluginManager::UnregisterPlugin(CreateInstance);
733 EmulateInstructionARM::CreateInstance(const ArchSpec &arch, function in class:EmulateInstructionARM

Completed in 312 milliseconds

123456