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

123456

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp29 CreateInstance); local
33 PluginManager::UnregisterPlugin(CreateInstance);
49 Language *ObjCPlusPlusLanguage::CreateInstance(lldb::LanguageType language) { function in class:ObjCPlusPlusLanguage
H A DObjCPlusPlusLanguage.h39 static lldb_private::Language *CreateInstance(lldb::LanguageType language);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp47 lldb::eScriptLanguageNone, CreateInstance);
54 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { function in class:ScriptInterpreterNone
H A DScriptInterpreterNone.h33 static lldb::ScriptInterpreterSP CreateInstance(Debugger &debugger);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.h32 CreateInstance(const lldb::ModuleSP &module_sp,
H A DSymbolVendorELF.cpp37 GetPluginDescriptionStatic(), CreateInstance); local
41 PluginManager::UnregisterPlugin(CreateInstance);
54 // CreateInstance
60 SymbolVendorELF::CreateInstance(const lldb::ModuleSP &module_sp, function in class:SymbolVendorELF
86 Timer scoped_timer(func_cat, "SymbolVendorELF::CreateInstance (module = %s)",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h33 CreateInstance(lldb_private::Process *process, bool force);
H A DDynamicLoaderStatic.cpp23 DynamicLoader *DynamicLoaderStatic::CreateInstance(Process *process, function in class:DynamicLoaderStatic
132 GetPluginDescriptionStatic(), CreateInstance); local
136 PluginManager::UnregisterPlugin(CreateInstance);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h24 CreateInstance(const lldb::ProcessSP &process_sp);
H A DMemoryHistoryASan.cpp31 MemoryHistorySP MemoryHistoryASan::CreateInstance(const ProcessSP &process_sp) { function in class:MemoryHistoryASan
55 GetPluginNameStatic(), "ASan memory history provider.", CreateInstance); local
59 PluginManager::UnregisterPlugin(CreateInstance);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.h30 static DynamicLoader *CreateInstance(Process *process, bool force);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.h24 CreateInstance(const lldb::ProcessSP &process_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.h24 CreateInstance(const lldb::ProcessSP &process_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h25 CreateInstance(const lldb::ProcessSP &process_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h28 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
H A DPlatformOpenBSD.cpp40 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { function in class:PlatformOpenBSD
105 PlatformOpenBSD::CreateInstance, nullptr); member in class:PlatformOpenBSD
112 PluginManager::UnregisterPlugin(PlatformOpenBSD::CreateInstance);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h38 static lldb::ScriptInterpreterSP CreateInstance(Debugger &debugger);
H A DScriptInterpreterLua.cpp104 lldb::eScriptLanguageLua, CreateInstance);
138 ScriptInterpreterLua::CreateInstance(Debugger &debugger) { function in class:ScriptInterpreterLua
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.h37 CreateInstance(const lldb_private::ArchSpec &arch, const char *flavor);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h30 static EmulateInstruction *CreateInstance(const ArchSpec &arch,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.h24 CreateInstance(const lldb::ProcessSP &process_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h32 static lldb::JITLoaderSP CreateInstance(lldb_private::Process *process,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h28 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h28 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h77 static lldb::StructuredDataPluginSP CreateInstance(Process &process);

Completed in 96 milliseconds

123456