Searched defs:CreateInstance (Results 51 - 67 of 67) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp198 ABISysV_i386::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { function in class:ABISysV_i386
835 GetPluginNameStatic(), "System V ABI for i386 targets", CreateInstance); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp70 ABISysV_ppc64::CreateInstance(lldb::ProcessSP process_sp, function in class:ABISysV_ppc64
1067 GetPluginNameStatic(), "System V ABI for ppc64 targets", CreateInstance); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp555 ABISysV_mips64::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { function in class:ABISysV_mips64
1194 GetPluginNameStatic(), "System V ABI for mips64 targets", CreateInstance); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1054 &CreateInstance, &DebuggerInitialize, &FilterLaunchInfo); local
1354 StructuredDataDarwinLog::CreateInstance(Process &process) { function in class:StructuredDataDarwinLog
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp1239 Disassembler *DisassemblerLLVMC::CreateInstance(const ArchSpec &arch, function in class:DisassemblerLLVMC
1300 CreateInstance); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp222 ABISysV_x86_64::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { function in class:ABISysV_x86_64
1083 GetPluginNameStatic(), "System V ABI for x86_64 targets", CreateInstance); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp99 GetPluginDescriptionStatic(), CreateInstance, local
124 SymbolFilePDB::CreateInstance(ObjectFileSP objfile_sp) { function in class:SymbolFilePDB
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp251 GetPluginDescriptionStatic(), CreateInstance, local
270 SymbolFile *SymbolFileNativePDB::CreateInstance(ObjectFileSP objfile_sp) { function in class:SymbolFileNativePDB
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp226 GetPluginDescriptionStatic(), CreateInstance); local
242 SymbolFile *SymbolFileDWARFDebugMap::CreateInstance(ObjectFileSP objfile_sp) { function in class:SymbolFileDWARFDebugMap
H A DSymbolFileDWARF.cpp237 GetPluginDescriptionStatic(), CreateInstance, local
266 SymbolFile *SymbolFileDWARF::CreateInstance(ObjectFileSP objfile_sp) { function in class:SymbolFileDWARF
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp626 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, function in class:Debugger
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp219 ABISysV_ppc::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { function in class:ABISysV_ppc
962 "System V ABI for ppc targets", CreateInstance); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp632 ScriptInterpreterPythonImpl::CreateInstance(Debugger &debugger) { function in class:ScriptInterpreterPythonImpl
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp716 GetPluginDescriptionStatic(), CreateInstance); local
733 EmulateInstructionARM::CreateInstance(const ArchSpec &arch, function in class:EmulateInstructionARM
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp310 GetPluginDescriptionStatic(), CreateInstance, local
327 ObjectFile *ObjectFileELF::CreateInstance(const lldb::ModuleSP &module_sp, function in class:ObjectFileELF
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp532 lldb::TypeSystemSP ClangASTContext::CreateInstance(lldb::LanguageType language, function in class:ClangASTContext
596 GetPluginNameStatic(), "clang base AST context plug-in", CreateInstance, local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp778 RenderScriptRuntime::CreateInstance(Process *process, function in class:RenderScriptRuntime
952 "RenderScript language support", CreateInstance, local

Completed in 439 milliseconds

123