Searched refs:GetPluginVersion (Results 101 - 122 of 122) sorted by relevance

12345

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp66 uint32_t CPlusPlusLanguage::GetPluginVersion() { return 1; } function in class:CPlusPlusLanguage
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp60 uint32_t ObjCLanguage::GetPluginVersion() { return 1; } function in class:ObjCLanguage
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp104 uint32_t ProcessFreeBSD::GetPluginVersion() { return 1; } function in class:ProcessFreeBSD
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp113 uint32_t ProcessElfCore::GetPluginVersion() { return 1; } function in class:ProcessElfCore
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp2054 uint32_t ABIMacOSX_arm::GetPluginVersion() { return 1; } function in class:ABIMacOSX_arm
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp2158 uint32_t ABISysV_arm::GetPluginVersion() { return 1; } function in class:ABISysV_arm
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1101 uint32_t ABISysV_x86_64::GetPluginVersion() { return 1; } function in class:ABISysV_x86_64
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1802 uint32_t ABIWindows_x86_64::GetPluginVersion() { return 1; } function in class:ABIWindows_x86_64
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1075 uint32_t StructuredDataDarwinLog::GetPluginVersion() { return 1; } function in class:StructuredDataDarwinLog
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1237 uint32_t SymbolFileDWARFDebugMap::GetPluginVersion() { return 1; } function in class:SymbolFileDWARFDebugMap
H A DSymbolFileDWARF.cpp3937 uint32_t SymbolFileDWARF::GetPluginVersion() { return 1; } function in class:SymbolFileDWARF
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp2451 uint32_t ABIMacOSX_arm64::GetPluginVersion() { return 1; } function in class:ABIMacOSX_arm64
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp2420 uint32_t ABISysV_arm64::GetPluginVersion() { return 1; } function in class:ABISysV_arm64
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp1436 uint32_t DisassemblerLLVMC::GetPluginVersion() { return 1; } function in class:DisassemblerLLVMC
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1585 uint32_t SymbolFileNativePDB::GetPluginVersion() { return 1; } function in class:SymbolFileNativePDB
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1714 uint32_t SymbolFilePDB::GetPluginVersion() { return 1; } function in class:SymbolFilePDB
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp826 uint32_t AppleObjCRuntimeV2::GetPluginVersion() { return 1; } function in class:AppleObjCRuntimeV2
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp537 uint32_t ScriptInterpreterPythonImpl::GetPluginVersion() { return 1; } function in class:ScriptInterpreterPythonImpl
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1012 uint32_t RenderScriptRuntime::GetPluginVersion() { return 1; } function in class:RenderScriptRuntime
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp624 uint32_t ObjectFileELF::GetPluginVersion() { return m_plugin_version; } function in class:ObjectFileELF
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp342 uint32_t ProcessGDBRemote::GetPluginVersion() { return 1; } function in class:ProcessGDBRemote
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp530 uint32_t ClangASTContext::GetPluginVersion() { return 1; } function in class:ClangASTContext

Completed in 326 milliseconds

12345