| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | TraceExporterCTF.cpp | 51 Expected<TraceExporterUP> TraceExporterCTF::CreateInstance() { in CreateInstance() function in TraceExporterCTF
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/ |
| H A D | ObjCPlusPlusLanguage.cpp | 50 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 D | DynamicLoaderWasmDYLD.cpp | 43 DynamicLoader *DynamicLoaderWasmDYLD::CreateInstance(Process *process, in CreateInstance() function in DynamicLoaderWasmDYLD
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/ |
| H A D | ScriptInterpreterNone.cpp | 56 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { in CreateInstance() function in ScriptInterpreterNone
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.cpp | 60 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 D | SymbolVendorELF.cpp | 59 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 D | PlatformFreeBSD.cpp | 47 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 D | PlatformOpenBSD.cpp | 42 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() function in PlatformOpenBSD
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | TypeSystem.cpp | 55 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 D | ProcessTrace.cpp | 35 ProcessSP ProcessTrace::CreateInstance(TargetSP target_sp, in CreateInstance() function in ProcessTrace
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 42 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 D | UnwindAssembly-x86.cpp | 235 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 D | DynamicLoaderWindowsDYLD.cpp | 50 DynamicLoader *DynamicLoaderWindowsDYLD::CreateInstance(Process *process, in CreateInstance() function in DynamicLoaderWindowsDYLD
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.cpp | 95 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 D | ObjectFileBreakpad.cpp | 64 ObjectFile *ObjectFileBreakpad::CreateInstance( in CreateInstance() function in ObjectFileBreakpad
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 40 InstrumentationRuntimeMainThreadChecker::CreateInstance( in CreateInstance() function in InstrumentationRuntimeMainThreadChecker
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 50 SymbolFile *SymbolFileSymtab::CreateInstance(ObjectFileSP objfile_sp) { in CreateInstance() function in SymbolFileSymtab
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 46 static SymbolFile *CreateInstance(lldb::ObjectFileSP objfile_sp) { in CreateInstance() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 60 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 D | ObjectFileJIT.cpp | 65 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 D | InstrumentationRuntimeUBSan.cpp | 44 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 D | AppleObjCRuntimeV1.cpp | 67 AppleObjCRuntimeV1::CreateInstance(Process *process, in CreateInstance() function in AppleObjCRuntimeV1
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 54 OperatingSystem *OperatingSystemPython::CreateInstance(Process *process, in CreateInstance() function in OperatingSystemPython
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
| H A D | ABISysV_hexagon.cpp | 1002 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 D | EmulateInstructionPPC64.cpp | 57 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, in CreateInstance() function in EmulateInstructionPPC64
|