/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformAppleSimulator.cpp | 298 PlatformSP PlatformAppleSimulator::CreateInstance( in CreateInstance() function in PlatformAppleSimulator 555 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function 600 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function 642 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function
|
H A D | PlatformRemoteMacOSX.cpp | 60 PlatformSP PlatformRemoteMacOSX::CreateInstance(bool force, in CreateInstance() function in PlatformRemoteMacOSX
|
H A D | PlatformRemoteAppleBridge.cpp | 59 PlatformSP PlatformRemoteAppleBridge::CreateInstance(bool force, in CreateInstance() function in PlatformRemoteAppleBridge
|
H A D | PlatformRemoteiOS.cpp | 55 PlatformSP PlatformRemoteiOS::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformRemoteiOS
|
H A D | PlatformRemoteAppleWatch.cpp | 57 PlatformSP PlatformRemoteAppleWatch::CreateInstance(bool force, in CreateInstance() function in PlatformRemoteAppleWatch
|
H A D | PlatformRemoteAppleTV.cpp | 60 PlatformSP PlatformRemoteAppleTV::CreateInstance(bool force, in CreateInstance() function in PlatformRemoteAppleTV
|
H A D | PlatformMacOSX.cpp | 93 PlatformSP PlatformMacOSX::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformMacOSX
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/ |
H A D | TraceExporterCTF.cpp | 42 Expected<TraceExporterUP> TraceExporterCTF::CreateInstance() { in CreateInstance() function in TraceExporterCTF
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjCPlusPlus/ |
H A D | ObjCPlusPlusLanguage.cpp | 38 Language *ObjCPlusPlusLanguage::CreateInstance(lldb::LanguageType language) { in CreateInstance() function in ObjCPlusPlusLanguage
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/ |
H A D | ScriptInterpreterNone.cpp | 56 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { in CreateInstance() function in ScriptInterpreterNone
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/ |
H A D | DynamicLoaderWasmDYLD.cpp | 39 DynamicLoader *DynamicLoaderWasmDYLD::CreateInstance(Process *process, in CreateInstance() function in DynamicLoaderWasmDYLD
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/ |
H A D | SymbolVendorWasm.cpp | 56 SymbolVendorWasm::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in SymbolVendorWasm
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 54 SymbolVendorELF::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in SymbolVendorELF
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 54 SymbolVendorPECOFF::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in SymbolVendorPECOFF
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/REPL/Clang/ |
H A D | ClangREPL.cpp | 46 lldb::REPLSP ClangREPL::CreateInstance(Status &error, in CreateInstance() function in ClangREPL
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | ObjectFileMinidump.cpp | 35 ObjectFile *ObjectFileMinidump::CreateInstance( in CreateInstance() function in ObjectFileMinidump
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/ |
H A D | PlatformOpenBSD.cpp | 44 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformOpenBSD
|
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | TypeSystem.cpp | 54 lldb::TypeSystemSP TypeSystem::CreateInstance(lldb::LanguageType language, in CreateInstance() function in TypeSystem 59 lldb::TypeSystemSP TypeSystem::CreateInstance(lldb::LanguageType language, in CreateInstance() function in TypeSystem
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | ProcessTrace.cpp | 31 ProcessSP ProcessTrace::CreateInstance(TargetSP target_sp, in CreateInstance() function in ProcessTrace
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/ |
H A D | PlatformFreeBSD.cpp | 48 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformFreeBSD
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/ |
H A D | SymbolVendorMacOSX.cpp | 90 SymbolVendorMacOSX::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in SymbolVendorMacOSX
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/ |
H A D | UnwindAssembly-x86.cpp | 235 UnwindAssembly *UnwindAssembly_x86::CreateInstance(const ArchSpec &arch) { in CreateInstance() function in UnwindAssembly_x86
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
H A D | DynamicLoaderWindowsDYLD.cpp | 46 DynamicLoader *DynamicLoaderWindowsDYLD::CreateInstance(Process *process, in CreateInstance() function in DynamicLoaderWindowsDYLD
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.cpp | 106 PlatformSP PlatformQemuUser::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformQemuUser
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 43 PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformNetBSD
|