Home
last modified time | relevance | path

Searched defs:CreateInstance (Results 1 – 25 of 64) sorted by relevance

123

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp54 Language *ObjCPlusPlusLanguage::CreateInstance(lldb::LanguageType language) { in CreateInstance() function in ObjCPlusPlusLanguage
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp56 ScriptInterpreterNone::CreateInstance(CommandInterpreter &interpreter) { in CreateInstance() function in ScriptInterpreterNone
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp65 SymbolVendorELF::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in SymbolVendorELF
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeSystem.cpp47 lldb::TypeSystemSP TypeSystem::CreateInstance(lldb::LanguageType language, in CreateInstance() function in TypeSystem
52 lldb::TypeSystemSP TypeSystem::CreateInstance(lldb::LanguageType language, in CreateInstance() function in TypeSystem
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp49 DynamicLoader *DynamicLoaderWindowsDYLD::CreateInstance(Process *process, in CreateInstance() function in DynamicLoaderWindowsDYLD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp26 DynamicLoader *DynamicLoaderStatic::CreateInstance(Process *process, in CreateInstance() function in DynamicLoaderStatic
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp42 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformOpenBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h33 static SymbolFile *CreateInstance(ObjectFile *obj_file) { in CreateInstance() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp32 MemoryHistorySP MemoryHistoryASan::CreateInstance(const ProcessSP &process_sp) { in CreateInstance() function in MemoryHistoryASan
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp35 AddressSanitizerRuntime::CreateInstance(const lldb::ProcessSP &process_sp) { in CreateInstance() function in AddressSanitizerRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp44 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformFreeBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp42 PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformNetBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp241 UnwindAssembly *UnwindAssembly_x86::CreateInstance(const ArchSpec &arch) { in CreateInstance() function in UnwindAssembly_x86
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp44 SymbolFile *SymbolFileSymtab::CreateInstance(ObjectFile *obj_file) { in CreateInstance() function in SymbolFileSymtab
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp36 MainThreadCheckerRuntime::CreateInstance(const lldb::ProcessSP &process_sp) { in CreateInstance() function in MainThreadCheckerRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp62 ObjectFile *ObjectFileJIT::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in ObjectFileJIT
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp1018 ABISysV_hexagon::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { in CreateInstance() function in ABISysV_hexagon
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp68 AppleObjCRuntimeV1::CreateInstance(Process *process, in CreateInstance() function in AppleObjCRuntimeV1
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp43 UndefinedBehaviorSanitizerRuntime::CreateInstance( in CreateInstance() function in UndefinedBehaviorSanitizerRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp48 OperatingSystem *OperatingSystemPython::CreateInstance(Process *process, in CreateInstance() function in OperatingSystemPython
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp56 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, in CreateInstance() function in EmulateInstructionPPC64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp202 ObjectFile *ObjectFileBreakpad::CreateInstance( in CreateInstance() function in ObjectFileBreakpad
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1325 ABIMacOSX_arm::CreateInstance(ProcessSP process_sp, const ArchSpec &arch) { in CreateInstance() function in ABIMacOSX_arm
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp299 UnwindAssemblyInstEmulation::CreateInstance(const ArchSpec &arch) { in CreateInstance() function in UnwindAssemblyInstEmulation
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp66 Language *ObjCLanguage::CreateInstance(lldb::LanguageType language) { in CreateInstance() function in ObjCLanguage

123