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

12345

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginInterface.h22 virtual uint32_t GetPluginVersion() = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.h38 uint32_t GetPluginVersion() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.h23 uint32_t GetPluginVersion() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.h23 uint32_t GetPluginVersion() override;
H A DArchitecturePPC64.cpp45 uint32_t ArchitecturePPC64::GetPluginVersion() { return 1; } function in class:ArchitecturePPC64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h51 uint32_t GetPluginVersion() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp46 uint32_t ObjCPlusPlusLanguage::GetPluginVersion() { return 1; } function in class:ObjCPlusPlusLanguage
H A DObjCPlusPlusLanguage.h46 uint32_t GetPluginVersion() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h36 uint32_t GetPluginVersion() override { return 1; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.h42 uint32_t GetPluginVersion() override;
H A DScriptInterpreterNone.cpp71 uint32_t ScriptInterpreterNone::GetPluginVersion() { return 1; } function in class:ScriptInterpreterNone
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolVendor.h47 uint32_t GetPluginVersion() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h24 uint32_t GetPluginVersion() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.h43 uint32_t GetPluginVersion() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.h40 uint32_t GetPluginVersion() override { return 1; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.h40 uint32_t GetPluginVersion() override { return 1; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h41 uint32_t GetPluginVersion() override { return 1; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h36 uint32_t GetPluginVersion() override { return 1; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h47 uint32_t GetPluginVersion() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.h47 uint32_t GetPluginVersion() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h49 uint32_t GetPluginVersion() override { return 1; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.h40 uint32_t GetPluginVersion() override { return 1; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h40 uint32_t GetPluginVersion() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h36 uint32_t GetPluginVersion() override { return 1; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h36 uint32_t GetPluginVersion() override { return 1; }

Completed in 115 milliseconds

12345