Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h73 virtual StructuredData::DictionarySP GetMetadata() { return {}; } GetMetadata() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp199 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetMetadata() { GetMetadata() function in ScriptedProcessPythonInterface
/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp54 HTRBlockMetadata const &HTRBlock::GetMetadata() const { return m_metadata; } in GetMetadata() function in HTRBlock
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp506 lldb_private::StructuredData::DictionarySP ScriptedProcess::GetMetadata() { GetMetadata() function in ScriptedProcess
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2569 virtual StructuredData::DictionarySP GetMetadata() { return nullptr; } GetMetadata() function
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2476 ClangASTMetadata *TypeSystemClang::GetMetadata(const clang::Decl *object) { GetMetadata() function in TypeSystemClang
2483 ClangASTMetadata *TypeSystemClang::GetMetadata(const clang::Type *object) { GetMetadata() function in TypeSystemClang
[all...]