Home
last modified time | relevance | path

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

12345

/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DTraceExporterCTF.cpp42 Expected<TraceExporterUP> TraceExporterCTF::CreateInstance() { in CreateInstance() function in TraceExporterCTF
/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp38 Language *ObjCPlusPlusLanguage::CreateInstance(lldb::LanguageType language) { in CreateInstance() function in ObjCPlusPlusLanguage
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp311 PlatformSP PlatformAppleSimulator::CreateInstance( CreateInstance() function in PlatformAppleSimulator
491 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { CreateInstance() function
536 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { CreateInstance() function
578 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { CreateInstance() function
617 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { CreateInstance() function
[all...]
H A DPlatformRemoteMacOSX.cpp60 PlatformSP PlatformRemoteMacOSX::CreateInstance(bool force, in CreateInstance() function in PlatformRemoteMacOSX
H A DPlatformRemoteAppleBridge.cpp59 PlatformSP PlatformRemoteAppleBridge::CreateInstance(bool force, in CreateInstance() function in PlatformRemoteAppleBridge
H A DPlatformRemoteiOS.cpp55 PlatformSP PlatformRemoteiOS::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformRemoteiOS
H A DPlatformRemoteAppleWatch.cpp57 PlatformSP PlatformRemoteAppleWatch::CreateInstance(bool force, in CreateInstance() function in PlatformRemoteAppleWatch
H A DPlatformRemoteAppleXR.cpp51 PlatformSP PlatformRemoteAppleXR::CreateInstance(bool force, in CreateInstance() function in PlatformRemoteAppleXR
H A DPlatformRemoteAppleTV.cpp60 PlatformSP PlatformRemoteAppleTV::CreateInstance(bool force, in CreateInstance() function in PlatformRemoteAppleTV
H A DPlatformMacOSX.cpp96 PlatformSP PlatformMacOSX::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformMacOSX
/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp57 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { in CreateInstance() function in ScriptInterpreterNone
/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp39 DynamicLoader *DynamicLoaderWasmDYLD::CreateInstance(Process *process, in CreateInstance() function in DynamicLoaderWasmDYLD
/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp55 SymbolVendorWasm::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in SymbolVendorWasm
/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp53 SymbolVendorELF::CreateInstance(const lldb::ModuleSP &module_sp, CreateInstance() function in SymbolVendorELF
/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp53 SymbolVendorPECOFF::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in SymbolVendorPECOFF
/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp32 RegisterTypeBuilderClang::CreateInstance(Target &target) { in CreateInstance() function in RegisterTypeBuilderClang
/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.cpp54 SymbolFile *SymbolFileJSON::CreateInstance(ObjectFileSP objfile_sp) { in CreateInstance() function in SymbolFileJSON
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp37 ObjectFile *ObjectFileMinidump::CreateInstance( in CreateInstance() function in ObjectFileMinidump
/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp43 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformOpenBSD
/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp48 lldb::REPLSP ClangREPL::CreateInstance(Status &error, in CreateInstance() function in ClangREPL
/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp48 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformFreeBSD
/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp33 ProcessSP ProcessTrace::CreateInstance(TargetSP target_sp, in CreateInstance() function in ProcessTrace
/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp89 SymbolVendorMacOSX::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in SymbolVendorMacOSX
/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp235 UnwindAssembly *UnwindAssembly_x86::CreateInstance(const ArchSpec &arch) { in CreateInstance() function in UnwindAssembly_x86
/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp46 DynamicLoader *DynamicLoaderWindowsDYLD::CreateInstance(Process *process, in CreateInstance() function in DynamicLoaderWindowsDYLD

12345