Home
last modified time | relevance | path

Searched defs:GetPluginVersion (Results 1 – 25 of 77) sorted by relevance

1234

/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/NetBSD/
H A DPlatformNetBSD.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/MemoryHistory/asan/
H A DMemoryHistoryASan.h36 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/ASan/
H A DInstrumentationRuntimeASan.h40 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h40 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
/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/TraceExporter/ctf/
H A DTraceExporterCTF.cpp49 uint32_t TraceExporterCTF::GetPluginVersion() { return 1; } in GetPluginVersion() function in TraceExporterCTF
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.h90 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.cpp45 uint32_t ArchitectureAArch64::GetPluginVersion() { return 1; } in GetPluginVersion() function in ArchitectureAArch64
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h42 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp47 uint32_t ObjCPlusPlusLanguage::GetPluginVersion() { return 1; } in GetPluginVersion() function in ObjCPlusPlusLanguage
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
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.cpp47 uint32_t ArchitecturePPC64::GetPluginVersion() { return 1; } in GetPluginVersion() function in ArchitecturePPC64
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolVendor.cpp79 uint32_t SymbolVendor::GetPluginVersion() { return 1; } in GetPluginVersion() function in SymbolVendor
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h49 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h49 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp43 uint32_t ArchitectureArm::GetPluginVersion() { return 1; } in GetPluginVersion() function in ArchitectureArm
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp146 uint32_t SymbolVendorWasm::GetPluginVersion() { return 1; } in GetPluginVersion() function in SymbolVendorWasm
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h53 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp151 uint32_t SymbolVendorELF::GetPluginVersion() { return 1; } in GetPluginVersion() function in SymbolVendorELF
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h58 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp170 uint32_t DynamicLoaderStatic::GetPluginVersion() { return 1; } in GetPluginVersion() function in DynamicLoaderStatic

1234