| /freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/ |
| H A D | TraceHTR.cpp | 54 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 D | TraceHTR.h | 124 HTRBlockMetadata const &GetMetadata() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedProcessPythonInterface.h | |
| H A D | ScriptedProcessPythonInterface.cpp | |
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
| H A D | ScriptedProcessInterface.h | 78 virtual StructuredData::DictionarySP GetMetadata() { return {}; } in GetMetadata() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedProcessPythonInterface.h | 73 StructuredData::DictionarySP GetMetadata() override;
|
| H A D | ScriptedProcessPythonInterface.cpp | 204 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetMetadata() { in GetMetadata() function in ScriptedProcessPythonInterface
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptedProcessInterface.h | |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.h | 90 lldb_private::StructuredData::DictionarySP GetMetadata() override;
|
| H A D | ScriptedProcess.cpp | 539 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 D | AppleObjCDeclVendor.cpp | 404 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 D | ClangASTImporter.cpp | 958 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 D | TypeSystemClang.h | 199 std::optional<ClangASTMetadata> GetMetadata(const clang::Decl *object); 200 std::optional<ClangASTMetadata> GetMetadata(const clang::Type *object);
|
| H A D | TypeSystemClang.cpp | 1810 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 D | Process.h | 2610 virtual StructuredData::DictionarySP GetMetadata() { return nullptr; } in GetMetadata() function
|