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

12345

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp154 uint32_t DynamicLoaderStatic::GetPluginVersion() { return 1; } function in class:DynamicLoaderStatic
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h158 uint32_t GetPluginVersion() override;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h49 uint32_t GetPluginVersion() override { return 1; }
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h101 uint32_t GetPluginVersion() override;
H A DObjectFileJIT.cpp204 uint32_t ObjectFileJIT::GetPluginVersion() { return 1; } function in class:ObjectFileJIT
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp155 uint32_t ScriptInterpreterLua::GetPluginVersion() { return 1; } function in class:ScriptInterpreterLua
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h92 uint32_t GetPluginVersion() override;
H A DSymbolFileSymtab.cpp269 uint32_t SymbolFileSymtab::GetPluginVersion() { return 1; } function in class:SymbolFileSymtab
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp153 uint32_t SymbolVendorELF::GetPluginVersion() { return 1; } function in class:SymbolVendorELF
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp44 uint32_t ArchitectureMips::GetPluginVersion() { return 1; } function in class:ArchitectureMips
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h51 uint32_t GetPluginVersion() override { return 1; }
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h58 uint32_t GetPluginVersion() override { return 1; }
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h105 uint32_t GetPluginVersion() override;
H A DAppleObjCRuntimeV1.cpp106 uint32_t AppleObjCRuntimeV1::GetPluginVersion() { return 1; } function in class:AppleObjCRuntimeV1
H A DAppleObjCRuntimeV2.h61 uint32_t GetPluginVersion() override;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h73 uint32_t GetPluginVersion() override;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h64 uint32_t GetPluginVersion() override;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h61 uint32_t GetPluginVersion() override;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp180 uint32_t DynamicLoaderWindowsDYLD::GetPluginVersion() { return 1; } function in class:DynamicLoaderWindowsDYLD
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h60 uint32_t GetPluginVersion() override { return 1; }
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h41 uint32_t GetPluginVersion() override { return 1; }
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h50 virtual uint32_t GetPluginVersion() override;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h151 uint32_t GetPluginVersion() override { return 1; }
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp251 uint32_t UnwindAssembly_x86::GetPluginVersion() { return 1; } function in class:UnwindAssembly_x86
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h90 uint32_t GetPluginVersion() override;

Completed in 272 milliseconds

12345