| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | PluginInterface.h | 23 virtual uint32_t GetPluginVersion() = 0;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | TraceExporterCTF.h | 35 uint32_t GetPluginVersion() override;
|
| H A D | TraceExporterCTF.cpp | 49 uint32_t TraceExporterCTF::GetPluginVersion() { return 1; } in GetPluginVersion() function in TraceExporterCTF
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.h | 36 uint32_t GetPluginVersion() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/ |
| H A D | ArchitectureAArch64.h | 24 uint32_t GetPluginVersion() override;
|
| H A D | ArchitectureAArch64.cpp | 45 uint32_t ArchitectureAArch64::GetPluginVersion() { return 1; } in GetPluginVersion() function in ArchitectureAArch64
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.h | 34 uint32_t GetPluginVersion() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolVendor.h | 46 uint32_t GetPluginVersion() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/ |
| H A D | ScriptInterpreterNone.h | 42 uint32_t GetPluginVersion() override;
|
| H A D | ScriptInterpreterNone.cpp | 73 uint32_t ScriptInterpreterNone::GetPluginVersion() { return 1; } in GetPluginVersion() function in ScriptInterpreterNone
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.h | 23 uint32_t GetPluginVersion() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.h | 36 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/ |
| H A D | DynamicLoaderWasmDYLD.h | 41 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/ |
| H A D | ArchitectureArm.h | 23 uint32_t GetPluginVersion() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/ |
| H A D | ObjCPlusPlusLanguage.h | 48 uint32_t GetPluginVersion() override;
|
| H A D | ObjCPlusPlusLanguage.cpp | 47 uint32_t ObjCPlusPlusLanguage::GetPluginVersion() { return 1; } in GetPluginVersion() function in ObjCPlusPlusLanguage
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.h | 49 uint32_t GetPluginVersion() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.h | 34 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.h | 34 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.h | 34 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/ |
| H A D | ArchitectureMips.h | 24 uint32_t GetPluginVersion() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
| H A D | DynamicLoaderWindowsDYLD.h | 43 uint32_t GetPluginVersion() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.h | 40 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.h | 41 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.h | 41 uint32_t GetPluginVersion() override { return 1; } in GetPluginVersion() function
|