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

12345678

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DTraceExporterCTF.cpp34 "Chrome Trace Format Exporter", CreateInstance, local
39 PluginManager::UnregisterPlugin(CreateInstance);
42 Expected<TraceExporterUP> TraceExporterCTF::CreateInstance() { function in class:TraceExporterCTF
H A DTraceExporterCTF.h25 static llvm::Expected<lldb::TraceExporterUP> CreateInstance();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp30 CreateInstance); local
34 PluginManager::UnregisterPlugin(CreateInstance);
38 Language *ObjCPlusPlusLanguage::CreateInstance(lldb::LanguageType language) { function in class:ObjCPlusPlusLanguage
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp50 lldb::eScriptLanguageNone, CreateInstance);
57 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { function in class:ScriptInterpreterNone
H A DScriptInterpreterNone.h33 static lldb::ScriptInterpreterSP CreateInstance(Debugger &debugger);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.h28 CreateInstance(const lldb::ModuleSP &module_sp,
H A DSymbolVendorWasm.cpp37 GetPluginDescriptionStatic(), CreateInstance); local
41 PluginManager::UnregisterPlugin(CreateInstance);
49 // CreateInstance
55 SymbolVendorWasm::CreateInstance(const lldb::ModuleSP &module_sp, function in class:SymbolVendorWasm
70 LLDB_SCOPED_TIMERF("SymbolVendorWasm::CreateInstance (module = %s)",
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.h30 CreateInstance(const lldb::ModuleSP &module_sp,
H A DSymbolVendorELF.cpp35 GetPluginDescriptionStatic(), CreateInstance); local
39 PluginManager::UnregisterPlugin(CreateInstance);
47 // CreateInstance
53 SymbolVendorELF::CreateInstance(const lldb::ModuleSP &module_sp, function in class:SymbolVendorELF
78 LLDB_SCOPED_TIMERF("SymbolVendorELF::CreateInstance (module = %s)",
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.h30 CreateInstance(const lldb::ModuleSP &module_sp,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp27 InstrumentationRuntimeASanLibsanitizers::CreateInstance( function in class:InstrumentationRuntimeASanLibsanitizers
37 CreateInstance, GetTypeStatic); local
41 PluginManager::UnregisterPlugin(CreateInstance);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp27 InstrumentationRuntimeASan::CreateInstance(const lldb::ProcessSP &process_sp) { function in class:InstrumentationRuntimeASan
34 CreateInstance, GetTypeStatic); local
38 PluginManager::UnregisterPlugin(CreateInstance);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.cpp43 GetPluginDescriptionStatic(), CreateInstance); local
47 PluginManager::UnregisterPlugin(CreateInstance);
54 SymbolFile *SymbolFileJSON::CreateInstance(ObjectFileSP objfile_sp) { function in class:SymbolFileJSON
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h31 CreateInstance(lldb_private::Process *process, bool force);
H A DDynamicLoaderStatic.cpp26 DynamicLoader *DynamicLoaderStatic::CreateInstance(Process *process, function in class:DynamicLoaderStatic
148 GetPluginDescriptionStatic(), CreateInstance); local
152 PluginManager::UnregisterPlugin(CreateInstance);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h24 CreateInstance(const lldb::ProcessSP &process_sp);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.h29 static lldb::RegisterTypeBuilderSP CreateInstance(Target &target);
H A DRegisterTypeBuilderClang.cpp25 GetPluginDescriptionStatic(), CreateInstance);
32 RegisterTypeBuilderClang::CreateInstance(Target &target) { function in class:RegisterTypeBuilderClang
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.h29 static lldb_private::SymbolLocator *CreateInstance();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.h27 static lldb_private::SymbolLocator *CreateInstance();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp31 GetPluginDescriptionStatic(), CreateInstance); local
39 DynamicLoader *DynamicLoaderWasmDYLD::CreateInstance(Process *process, function in class:DynamicLoaderWasmDYLD
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp43 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { function in class:PlatformOpenBSD
93 PlatformOpenBSD::CreateInstance, nullptr); member in class:PlatformOpenBSD
100 PluginManager::UnregisterPlugin(PlatformOpenBSD::CreateInstance);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp41 &CreateInstance, languages); local
45 PluginManager::UnregisterPlugin(&CreateInstance);
48 lldb::REPLSP ClangREPL::CreateInstance(Status &error, function in class:ClangREPL
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp30 PluginManager::UnregisterPlugin(ProcessTrace::CreateInstance);
33 ProcessSP ProcessTrace::CreateInstance(TargetSP target_sp, function in class:ProcessTrace
101 GetPluginDescriptionStatic(), CreateInstance);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp27 GetPluginNameStatic(), GetPluginDescriptionStatic(), CreateInstance, local
32 PluginManager::UnregisterPlugin(CreateInstance);
35 ObjectFile *ObjectFileMinidump::CreateInstance( function in class:ObjectFileMinidump

Completed in 218 milliseconds

12345678