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

123456

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp42 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { function in class:PlatformFreeBSD
107 PlatformFreeBSD::CreateInstance, nullptr); member in class:PlatformFreeBSD
114 PluginManager::UnregisterPlugin(PlatformFreeBSD::CreateInstance);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp40 PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) { function in class:PlatformNetBSD
99 PlatformNetBSD::CreateInstance, nullptr); member in class:PlatformNetBSD
106 PluginManager::UnregisterPlugin(PlatformNetBSD::CreateInstance);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp32 GetPluginDescriptionStatic(), CreateInstance); local
36 PluginManager::UnregisterPlugin(CreateInstance);
48 SymbolFile *SymbolFileSymtab::CreateInstance(ObjectFileSP objfile_sp) { function in class:SymbolFileSymtab
H A DSymbolFileSymtab.h46 CreateInstance(lldb::ObjectFileSP objfile_sp);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp238 UnwindAssembly *UnwindAssembly_x86::CreateInstance(const ArchSpec &arch) { function in class:UnwindAssembly_x86
255 GetPluginDescriptionStatic(), CreateInstance); local
259 PluginManager::UnregisterPlugin(CreateInstance);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp33 GetPluginDescriptionStatic(), CreateInstance); local
37 PluginManager::UnregisterPlugin(CreateInstance);
55 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, function in class:EmulateInstructionPPC64
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp44 UndefinedBehaviorSanitizerRuntime::CreateInstance( function in class:UndefinedBehaviorSanitizerRuntime
54 CreateInstance, GetTypeStatic); local
58 PluginManager::UnregisterPlugin(CreateInstance);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp68 AppleObjCRuntimeV1::CreateInstance(Process *process, function in class:AppleObjCRuntimeV1
88 CreateInstance, local
93 PluginManager::UnregisterPlugin(CreateInstance);
H A DAppleObjCRuntimeV2.h35 CreateInstance(Process *process, lldb::LanguageType language);
129 CreateInstance(AppleObjCRuntimeV2 &runtime,
174 CreateInstance(AppleObjCRuntimeV2 &runtime,
H A DAppleObjCRuntimeV1.h29 CreateInstance(Process *process, lldb::LanguageType language);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp44 GetPluginDescriptionStatic(), CreateInstance, local
49 PluginManager::UnregisterPlugin(CreateInstance);
52 OperatingSystem *OperatingSystemPython::CreateInstance(Process *process, function in class:OperatingSystemPython
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.h80 static lldb::ABISP CreateInstance(lldb::ProcessSP process_sp,
100 using lldb_private::ABI::ABI; // Call CreateInstance instead.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.h80 static lldb::ABISP CreateInstance(lldb::ProcessSP process_sp, const lldb_private::ArchSpec &arch);
103 // Call CreateInstance instead.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h131 static lldb_private::Language *CreateInstance(lldb::LanguageType language);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h30 CreateInstance(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h34 CreateInstance(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp34 GetPluginDescriptionStatic(), CreateInstance); local
49 DynamicLoader *DynamicLoaderWindowsDYLD::CreateInstance(Process *process, function in class:DynamicLoaderWindowsDYLD
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp415 JITLoaderSP JITLoaderGDB::CreateInstance(Process *process, bool force) { function in class:JITLoaderGDB
448 GetPluginDescriptionStatic(), CreateInstance, local
453 PluginManager::UnregisterPlugin(CreateInstance);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp305 ItaniumABILanguageRuntime::CreateInstance(Process *process, function in class:ItaniumABILanguageRuntime
399 GetPluginNameStatic(), "Itanium ABI for the C++ language", CreateInstance, local
407 PluginManager::UnregisterPlugin(CreateInstance);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h32 CreateInstance(const lldb_private::ArchSpec &arch,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h39 CreateInstance(const lldb_private::ArchSpec &arch,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h44 CreateInstance(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h35 CreateInstance(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h48 CreateInstance(const lldb_private::ArchSpec &arch);
64 // Call CreateInstance to get an instance of this class
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp709 ABIMacOSX_i386::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { function in class:ABIMacOSX_i386
1114 GetPluginNameStatic(), "Mac OS X ABI for i386 targets", CreateInstance); local
1118 PluginManager::UnregisterPlugin(CreateInstance);

Completed in 190 milliseconds

123456