Searched defs:CreateInstance (Results 1 - 25 of 67) sorted by last modified time

123

/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/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp37 GetPluginDescriptionStatic(), CreateInstance); local
60 SymbolVendorELF::CreateInstance(const lldb::ModuleSP &module_sp, function in class:SymbolVendorELF
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp32 GetPluginDescriptionStatic(), CreateInstance); local
48 SymbolFile *SymbolFileSymtab::CreateInstance(ObjectFileSP objfile_sp) { function in class:SymbolFileSymtab
/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/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h46 static SymbolFile *CreateInstance(lldb::ObjectFileSP objfile_sp) { function in class:lldb_private::breakpad::SymbolFileBreakpad
H A DSymbolFileBreakpad.cpp169 GetPluginDescriptionStatic(), 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/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp632 ScriptInterpreterPythonImpl::CreateInstance(Debugger &debugger) { function in class:ScriptInterpreterPythonImpl
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp54 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { function in class:ScriptInterpreterNone
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp138 ScriptInterpreterLua::CreateInstance(Debugger &debugger) { function in class:ScriptInterpreterLua
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp133 lldb::ProcessSP ProcessMinidump::CreateInstance(lldb::TargetSP target_sp, function in class:ProcessMinidump
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp218 ProcessGDBRemote::CreateInstance(lldb::TargetSP target_sp, function in class:ProcessGDBRemote
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp51 lldb::ProcessSP ProcessElfCore::CreateInstance(lldb::TargetSP target_sp, function in class:ProcessElfCore
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp70 ProcessFreeBSD::CreateInstance(lldb::TargetSP target_sp, function in class:ProcessFreeBSD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp48 PlatformRemoteGDBServer::CreateInstance); member in class:PlatformRemoteGDBServer
61 PlatformSP PlatformRemoteGDBServer::CreateInstance(bool force, function in class:PlatformRemoteGDBServer
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp40 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { function in class:PlatformOpenBSD
105 PlatformOpenBSD::CreateInstance, nullptr); member in class:PlatformOpenBSD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp40 PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) { function in class:PlatformNetBSD
99 PlatformNetBSD::CreateInstance, nullptr); member in class:PlatformNetBSD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp42 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { function in class:PlatformFreeBSD
107 PlatformFreeBSD::CreateInstance, nullptr); member in class:PlatformFreeBSD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp44 GetPluginDescriptionStatic(), CreateInstance, local
52 OperatingSystem *OperatingSystemPython::CreateInstance(Process *process, function in class:OperatingSystemPython
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp46 GetPluginDescriptionStatic(), CreateInstance, local
63 ObjectFile *ObjectFileJIT::CreateInstance(const lldb::ModuleSP &module_sp, function in class:ObjectFileJIT
/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/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp49 GetPluginDescriptionStatic(), CreateInstance, local
62 ObjectFile *ObjectFileBreakpad::CreateInstance( function in class:ObjectFileBreakpad

Completed in 260 milliseconds

123