Home
last modified time | relevance | path

Searched refs:GetPluginVersion (Results 1 – 25 of 116) sorted by relevance

12345

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginInterface.h23 virtual uint32_t GetPluginVersion() = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.h45 uint32_t GetPluginVersion() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.h24 uint32_t GetPluginVersion() override;
H A DArchitecturePPC64.cpp47 uint32_t ArchitecturePPC64::GetPluginVersion() { return 1; } in GetPluginVersion() function in ArchitecturePPC64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.h38 uint32_t GetPluginVersion() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.h48 uint32_t GetPluginVersion() override;
H A DScriptInterpreterNone.cpp73 uint32_t ScriptInterpreterNone::GetPluginVersion() { return 1; } in GetPluginVersion() function in ScriptInterpreterNone
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.h51 uint32_t GetPluginVersion() override;
H A DObjCPlusPlusLanguage.cpp49 uint32_t ObjCPlusPlusLanguage::GetPluginVersion() { return 1; } in GetPluginVersion() function in ObjCPlusPlusLanguage
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h37 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.h24 uint32_t GetPluginVersion() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h58 uint32_t GetPluginVersion() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h25 uint32_t GetPluginVersion() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h39 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.h41 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h42 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.h41 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h58 uint32_t GetPluginVersion() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h39 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h39 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h45 uint32_t GetPluginVersion() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h50 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.h52 uint32_t GetPluginVersion() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.h92 uint32_t GetPluginVersion() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.h89 uint32_t GetPluginVersion() override;

12345