Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DTraceExporterCTF.cpp51 Expected<TraceExporterUP> TraceExporterCTF::CreateInstance() { in CreateInstance() function in TraceExporterCTF
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp50 Language *ObjCPlusPlusLanguage::CreateInstance(lldb::LanguageType language) { in CreateInstance() function in ObjCPlusPlusLanguage
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp43 DynamicLoader *DynamicLoaderWasmDYLD::CreateInstance(Process *process, in CreateInstance() function in DynamicLoaderWasmDYLD
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp56 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { in CreateInstance() function in ScriptInterpreterNone
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp60 SymbolVendorWasm::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in SymbolVendorWasm
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp59 SymbolVendorELF::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in SymbolVendorELF
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp47 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformFreeBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp42 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformOpenBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp55 lldb::TypeSystemSP TypeSystem::CreateInstance(lldb::LanguageType language, in CreateInstance() function in TypeSystem
60 lldb::TypeSystemSP TypeSystem::CreateInstance(lldb::LanguageType language, in CreateInstance() function in TypeSystem
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp35 ProcessSP ProcessTrace::CreateInstance(TargetSP target_sp, in CreateInstance() function in ProcessTrace
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp42 PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformNetBSD
/freebsd-13.1/contrib/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
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp50 DynamicLoader *DynamicLoaderWindowsDYLD::CreateInstance(Process *process, in CreateInstance() function in DynamicLoaderWindowsDYLD
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp95 ObjectFilePDB::CreateInstance(const ModuleSP &module_sp, DataBufferSP &data_sp, in CreateInstance() function in ObjectFilePDB
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp64 ObjectFile *ObjectFileBreakpad::CreateInstance( in CreateInstance() function in ObjectFileBreakpad
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp40 InstrumentationRuntimeMainThreadChecker::CreateInstance( in CreateInstance() function in InstrumentationRuntimeMainThreadChecker
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp50 SymbolFile *SymbolFileSymtab::CreateInstance(ObjectFileSP objfile_sp) { in CreateInstance() function in SymbolFileSymtab
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h46 static SymbolFile *CreateInstance(lldb::ObjectFileSP objfile_sp) { in CreateInstance() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp60 lldb::ProcessSP ScriptedProcess::CreateInstance(lldb::TargetSP target_sp, in CreateInstance() function in ScriptedProcess
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp65 ObjectFile *ObjectFileJIT::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() function in ObjectFileJIT
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp44 InstrumentationRuntimeUBSan::CreateInstance(const lldb::ProcessSP &process_sp) { in CreateInstance() function in InstrumentationRuntimeUBSan
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp67 AppleObjCRuntimeV1::CreateInstance(Process *process, in CreateInstance() function in AppleObjCRuntimeV1
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp54 OperatingSystem *OperatingSystemPython::CreateInstance(Process *process, in CreateInstance() function in OperatingSystemPython
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1002 ABISysV_hexagon::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { in CreateInstance() function in ABISysV_hexagon
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp57 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, in CreateInstance() function in EmulateInstructionPPC64

123