Home
last modified time | relevance | path

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

123456

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginInterface.h23 virtual uint32_t GetPluginVersion() = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DTraceExporterCTF.h35 uint32_t GetPluginVersion() override;
H A DTraceExporterCTF.cpp49 uint32_t TraceExporterCTF::GetPluginVersion() { return 1; } in GetPluginVersion() function in TraceExporterCTF
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.h36 uint32_t GetPluginVersion() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.h24 uint32_t GetPluginVersion() override;
H A DArchitectureAArch64.cpp45 uint32_t ArchitectureAArch64::GetPluginVersion() { return 1; } in GetPluginVersion() function in ArchitectureAArch64
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.h34 uint32_t GetPluginVersion() override;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolVendor.h46 uint32_t GetPluginVersion() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.h42 uint32_t GetPluginVersion() override;
H A DScriptInterpreterNone.cpp73 uint32_t ScriptInterpreterNone::GetPluginVersion() { return 1; } in GetPluginVersion() function in ScriptInterpreterNone
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.h23 uint32_t GetPluginVersion() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h36 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.h41 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.h23 uint32_t GetPluginVersion() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.h48 uint32_t GetPluginVersion() override;
H A DObjCPlusPlusLanguage.cpp47 uint32_t ObjCPlusPlusLanguage::GetPluginVersion() { return 1; } in GetPluginVersion() function in ObjCPlusPlusLanguage
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h49 uint32_t GetPluginVersion() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h34 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h34 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h34 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h24 uint32_t GetPluginVersion() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.h43 uint32_t GetPluginVersion() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h40 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h41 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h41 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function

123456