Home
last modified time | relevance | path

Searched defs:GetMetadata (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DScriptedProcessInterface.h70 virtual StructuredData::DictionarySP GetMetadata() { return {}; } in GetMetadata() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedProcessPythonInterface.cpp191 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetMetadata() { in GetMetadata() function in ScriptedProcessPythonInterface
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DProcess.h2440 virtual StructuredData::DictionarySP GetMetadata() { return nullptr; } in GetMetadata() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2599 ClangASTMetadata *TypeSystemClang::GetMetadata(const clang::Decl *object) { in GetMetadata() function in TypeSystemClang
2606 ClangASTMetadata *TypeSystemClang::GetMetadata(const clang::Type *object) { in GetMetadata() function in TypeSystemClang