| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | UserExpression.cpp | 149 std::string *fixed_expression, ValueObject *ctx_obj) { in Evaluate() argument 156 if (ctx_obj) { in Evaluate() 160 if (!(ctx_obj->GetTypeInfo() & ctx_type_mask)) { in Evaluate() 168 if (ctx_obj && ctx_obj->GetTypeInfo() & lldb::TypeFlags::eTypeIsReference) { in Evaluate() 170 lldb::ValueObjectSP deref_ctx_sp = ctx_obj->Dereference(error); in Evaluate() 180 ctx_obj = deref_ctx_sp.get(); in Evaluate() 258 expr, full_prefix, language, desired_type, options, ctx_obj, error)); in Evaluate() 305 options, ctx_obj, error)); in Evaluate()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.h | 75 ValueObject *ctx_obj); 128 ValueObject *ctx_obj);
|
| H A D | ClangUserExpression.cpp | 68 const EvaluateExpressionOptions &options, ValueObject *ctx_obj) in ClangUserExpression() argument 73 m_result_delegate(exe_scope.CalculateTarget()), m_ctx_obj(ctx_obj) { in ClangUserExpression() 960 ValueObject *ctx_obj) { in ResetDeclMap() argument 970 ctx_obj); in ResetDeclMap()
|
| H A D | ClangExpressionDeclMap.h | 85 const std::shared_ptr<ClangASTImporter> &importer, ValueObject *ctx_obj);
|
| H A D | ClangExpressionDeclMap.cpp | 91 const std::shared_ptr<ClangASTImporter> &importer, ValueObject *ctx_obj) in ClangExpressionDeclMap() argument 94 m_result_delegate(result_delegate), m_ctx_obj(ctx_obj), m_parser_vars(), in ClangExpressionDeclMap()
|
| /freebsd/sys/x86/iommu/ |
| H A D | intel_utils.c | 273 VM_OBJECT_RLOCK(unit->ctx_obj); in dmar_load_root_entry_ptr() 274 root_entry = vm_page_lookup(unit->ctx_obj, 0); in dmar_load_root_entry_ptr() 275 VM_OBJECT_RUNLOCK(unit->ctx_obj); in dmar_load_root_entry_ptr()
|
| H A D | intel_drv.c | 287 if (unit->ctx_obj != NULL) { in dmar_release_resources() 288 vm_object_deallocate(unit->ctx_obj); in dmar_release_resources() 289 unit->ctx_obj = NULL; in dmar_release_resources() 457 unit->ctx_obj = vm_pager_allocate(OBJT_PHYS, NULL, IDX_TO_OFF(1 + in dmar_attach() 460 unit->ctx_obj->domain.dr_policy = DOMAINSET_PREF( in dmar_attach() 469 iommu_pgalloc(unit->ctx_obj, 0, IOMMU_PGF_WAITOK | IOMMU_PGF_ZERO); in dmar_attach()
|
| H A D | intel_ctx.c | 90 ctxm = iommu_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_NOALLOC); in dmar_ensure_ctx_page() 101 ctxm = iommu_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_ZERO | in dmar_ensure_ctx_page() 103 re = iommu_map_pgtbl(dmar->ctx_obj, 0, IOMMU_PGF_NOALLOC, &sf); in dmar_ensure_ctx_page() 120 ctxp = iommu_map_pgtbl(dmar->ctx_obj, 1 + PCI_RID2BUS(ctx->context.rid), in dmar_map_ctx_entry()
|
| H A D | intel_dmar.h | 127 vm_object_t ctx_obj; member
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | UserExpression.h | 269 ValueObject *ctx_obj = nullptr);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 1218 ValueObject *ctx_obj, Status &error); 1303 std::string *fixed_expression = nullptr, ValueObject *ctx_obj = nullptr);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TypeSystem.h | 510 const EvaluateExpressionOptions &options, ValueObject *ctx_obj) { in GetUserExpression() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2688 const EvaluateExpressionOptions &options, ValueObject *ctx_obj, in GetUserExpressionForLanguage() argument 2709 options, ctx_obj); in GetUserExpressionForLanguage() 2836 ValueObject *ctx_obj) { in EvaluateExpression() argument 2890 result_valobj_sp, fixed_expression, ctx_obj); in EvaluateExpression()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1332 ValueObject *ctx_obj) override;
|
| H A D | TypeSystemClang.cpp | 9668 const EvaluateExpressionOptions &options, ValueObject *ctx_obj) { in GetUserExpression() argument 9674 desired_type, options, ctx_obj); in GetUserExpression()
|