Home
last modified time | relevance | path

Searched refs:GetMetadata (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp54 HTRBlockMetadata const &HTRBlock::GetMetadata() const { return m_metadata; } in GetMetadata() function in HTRBlock
126 return block.GetMetadata(); in GetMetadataByIndex()
442 HTRBlockMetadata metadata = block.GetMetadata(); in toJSON()
477 llvm::json::Object{{"Metadata", block.GetMetadata()}}); in toJSON()
H A DTraceHTR.h124 HTRBlockMetadata const &GetMetadata() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h90 lldb_private::StructuredData::DictionarySP GetMetadata() override;
H A DScriptedProcess.cpp506 lldb_private::StructuredData::DictionarySP ScriptedProcess::GetMetadata() { in UpdateQueueListIfNeeded()
507 StructuredData::DictionarySP metadata_sp = GetInterface().GetMetadata(); in UpdateQueueListIfNeeded()
492 lldb_private::StructuredData::DictionarySP ScriptedProcess::GetMetadata() { GetMetadata() function in ScriptedProcess
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp401 ClangASTMetadata *metadata = m_ast_ctx->GetMetadata(interface_decl); in FinishDecl()
562 ClangASTMetadata *metadata = m_ast_ctx->GetMetadata(result_iface_decl); in FindDecls()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp199 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetMetadata() { in GetMetadata() function in ScriptedProcessPythonInterface
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h197 ClangASTMetadata *GetMetadata(const clang::Decl *object);
198 ClangASTMetadata *GetMetadata(const clang::Type *object);
H A DTypeSystemClang.cpp1790 ClangASTMetadata *meta_data = GetMetadata(record_decl); in RecordHasFields()
2476 ClangASTMetadata *TypeSystemClang::GetMetadata(const clang::Decl *object) { in GetMetadata() function in TypeSystemClang
2483 ClangASTMetadata *TypeSystemClang::GetMetadata(const clang::Type *object) { in GetMetadata() function in TypeSystemClang
2936 ClangASTMetadata *ast_metadata = GetMetadata(result_iface_decl); in IsRuntimeGeneratedType()
3624 ClangASTMetadata *metadata = GetMetadata(cxx_record_decl); in IsPossibleDynamicType()
5325 if (auto *metadata = ast.GetMetadata(qual_type.getTypePtr())) in GetDynamicArrayInfo()
8866 ClangASTMetadata *metadata = GetMetadata(clang_type); in DumpTypeDescription()
9492 if (ClangASTMetadata *metadata = GetMetadata(fun_decl)) in DeclContextIsClassMethod()
9545 if (ClangASTMetadata *metadata = GetMetadata(fun_decl)) in DeclContextGetLanguage()
9599 return ast->GetMetadata(object); in DeclContextGetMetaData()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp958 return ast->GetMetadata(decl_origin.decl); in GetDeclMetadata()
961 return ast->GetMetadata(decl); in GetDeclMetadata()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2571 virtual StructuredData::DictionarySP GetMetadata() { return nullptr; } in GetMetadata() function