Home
last modified time | relevance | path

Searched refs:GetMetadata (Results 1 – 15 of 15) 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/Interfaces/
H A DScriptedProcessInterface.h78 virtual StructuredData::DictionarySP GetMetadata() { return {}; } in GetMetadata() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.h73 StructuredData::DictionarySP GetMetadata() override;
H A DScriptedProcessPythonInterface.cpp204 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetMetadata() { in GetMetadata() function in ScriptedProcessPythonInterface
/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.cpp539 lldb_private::StructuredData::DictionarySP ScriptedProcess::GetMetadata() { in GetMetadata() function in ScriptedProcess
540 StructuredData::DictionarySP metadata_sp = GetInterface().GetMetadata(); in GetMetadata()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp404 m_ast_ctx->GetMetadata(interface_decl)) in FinishDecl()
564 m_ast_ctx->GetMetadata(result_iface_decl)) in FindDecls()
/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/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h199 std::optional<ClangASTMetadata> GetMetadata(const clang::Decl *object);
200 std::optional<ClangASTMetadata> GetMetadata(const clang::Type *object);
H A DTypeSystemClang.cpp1810 if (std::optional<ClangASTMetadata> meta_data = GetMetadata(record_decl); in RecordHasFields()
2502 TypeSystemClang::GetMetadata(const clang::Decl *object) { in GetMetadata() function in TypeSystemClang
2511 TypeSystemClang::GetMetadata(const clang::Type *object) { in GetMetadata() function in TypeSystemClang
2978 std::optional<ClangASTMetadata> ast_metadata = GetMetadata(result_iface_decl); in IsRuntimeGeneratedType()
3662 std::optional<ClangASTMetadata> metadata = GetMetadata(cxx_record_decl); in IsPossibleDynamicType()
5323 ast.GetMetadata(qual_type.getTypePtr())) in GetDynamicArrayInfo()
8789 if (std::optional<ClangASTMetadata> metadata = GetMetadata(clang_type)) { in DumpTypeDescription()
9417 if (std::optional<ClangASTMetadata> metadata = GetMetadata(fun_decl)) in DeclContextIsClassMethod()
9470 if (std::optional<ClangASTMetadata> metadata = GetMetadata(fun_decl)) in DeclContextGetLanguage()
9524 return ast->GetMetadata(object); in DeclContextGetMetaData()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2610 virtual StructuredData::DictionarySP GetMetadata() { return nullptr; } in GetMetadata() function