Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h70 virtual StructuredData::DictionarySP GetMetadata() { return {}; } in GetMetadata() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp191 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetMetadata() { in GetMetadata() function in ScriptedProcessPythonInterface
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp488 lldb_private::StructuredData::DictionarySP ScriptedProcess::GetMetadata() { in GetMetadata() function in ScriptedProcess
/openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp54 HTRBlockMetadata const &HTRBlock::GetMetadata() const { return m_metadata; } in GetMetadata() function in HTRBlock
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2440 virtual StructuredData::DictionarySP GetMetadata() { return nullptr; } in GetMetadata() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A 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