Searched defs:CreateInstance (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp29 CreateInstance); local
49 Language *ObjCPlusPlusLanguage::CreateInstance(lldb::LanguageType language) { function in class:ObjCPlusPlusLanguage
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp54 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { function in class:ScriptInterpreterNone
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp37 GetPluginDescriptionStatic(), CreateInstance); local
60 SymbolVendorELF::CreateInstance(const lldb::ModuleSP &module_sp, function in class:SymbolVendorELF
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp23 DynamicLoader *DynamicLoaderStatic::CreateInstance(Process *process, function in class:DynamicLoaderStatic
132 GetPluginDescriptionStatic(), CreateInstance); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp31 MemoryHistorySP MemoryHistoryASan::CreateInstance(const ProcessSP &process_sp) { function in class:MemoryHistoryASan
55 GetPluginNameStatic(), "ASan memory history provider.", CreateInstance); local
/freebsd-11-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
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h46 static SymbolFile *CreateInstance(lldb::ObjectFileSP objfile_sp) { function in class:lldb_private::breakpad::SymbolFileBreakpad
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp40 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { function in class:PlatformOpenBSD
105 PlatformOpenBSD::CreateInstance, nullptr); member in class:PlatformOpenBSD
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp49 GetPluginDescriptionStatic(), CreateInstance, local
62 ObjectFile *ObjectFileBreakpad::CreateInstance( function in class:ObjectFileBreakpad
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp138 ScriptInterpreterLua::CreateInstance(Debugger &debugger) { function in class:ScriptInterpreterLua
/freebsd-11-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
H A DAppleObjCRuntimeV2.cpp491 LanguageRuntime *AppleObjCRuntimeV2::CreateInstance(Process *process, function in class:AppleObjCRuntimeV2
805 CreateInstance, local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp32 GetPluginDescriptionStatic(), CreateInstance); local
48 SymbolFile *SymbolFileSymtab::CreateInstance(ObjectFileSP objfile_sp) { function in class:SymbolFileSymtab
/freebsd-11-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
/freebsd-11-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
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp44 GetPluginDescriptionStatic(), CreateInstance, local
52 OperatingSystem *OperatingSystemPython::CreateInstance(Process *process, function in class:OperatingSystemPython
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp46 GetPluginDescriptionStatic(), CreateInstance, local
63 ObjectFile *ObjectFileJIT::CreateInstance(const lldb::ModuleSP &module_sp, function in class:ObjectFileJIT
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp44 UndefinedBehaviorSanitizerRuntime::CreateInstance( function in class:UndefinedBehaviorSanitizerRuntime
54 CreateInstance, GetTypeStatic); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp33 GetPluginDescriptionStatic(), CreateInstance); local
55 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, function in class:EmulateInstructionPPC64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp34 AddressSanitizerRuntime::CreateInstance(const lldb::ProcessSP &process_sp) { function in class:AddressSanitizerRuntime
41 CreateInstance, GetTypeStatic); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp37 MainThreadCheckerRuntime::CreateInstance(const lldb::ProcessSP &process_sp) { function in class:MainThreadCheckerRuntime
44 CreateInstance, GetTypeStatic); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp1015 ABISysV_hexagon::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { function in class:ABISysV_hexagon
1285 CreateInstance); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp269 GetPluginDescriptionStatic(), CreateInstance, local
286 ObjectContainer *ObjectContainerBSDArchive::CreateInstance( function in class:ObjectContainerBSDArchive
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp296 UnwindAssemblyInstEmulation::CreateInstance(const ArchSpec &arch) { function in class:UnwindAssemblyInstEmulation
315 GetPluginDescriptionStatic(), CreateInstance); local

Completed in 235 milliseconds

123