Home
last modified time | relevance | path

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

/freebsd-src/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()
251 return llvm::is_contained(GetAbstractMethods(), method_name) in Dispatch()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedInterface.h32 virtual llvm::SmallVector<llvm::StringLiteral> GetAbstractMethods() const = 0;