Home
last modified time | relevance | path

Searched refs:GetAbstractMethods (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.h31 llvm::SmallVector<llvm::StringLiteral> GetAbstractMethods() const override { in GetAbstractMethods() function
H A DOperatingSystemPythonInterface.h32 llvm::SmallVector<llvm::StringLiteral> GetAbstractMethods() const override { in GetAbstractMethods() function
H A DScriptedThreadPythonInterface.h31 llvm::SmallVector<llvm::StringLiteral> GetAbstractMethods() const override { in GetAbstractMethods() function
H A DScriptedProcessPythonInterface.h32 llvm::SmallVector<llvm::StringLiteral> GetAbstractMethods() const override { in GetAbstractMethods() function
H A DScriptedPythonInterface.h55 for (const llvm::StringLiteral &method_name : GetAbstractMethods()) { in CheckAbstractMethodImplementation()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedInterface.h33 virtual llvm::SmallVector<llvm::StringLiteral> GetAbstractMethods() const = 0;