Home
last modified time | relevance | path

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

123456

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

123456