Home
last modified time | relevance | path

Searched refs:ctx_obj (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp147 std::string *fixed_expression, ValueObject *ctx_obj) { in Evaluate() argument
151 if (ctx_obj) { in Evaluate()
154 if (!(ctx_obj->GetTypeInfo() & ctx_type_mask)) { in Evaluate()
229 desired_type, options, ctx_obj, in Evaluate()
280 options, ctx_obj, error)); in Evaluate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h69 ValueObject *ctx_obj);
122 ValueObject *ctx_obj);
H A DClangUserExpression.cpp72 ValueObject *ctx_obj) in ClangUserExpression() argument
77 m_result_delegate(exe_scope.CalculateTarget()), m_ctx_obj(ctx_obj) { in ClangUserExpression()
950 ValueObject *ctx_obj) { in ResetDeclMap() argument
960 ctx_obj); in ResetDeclMap()
H A DClangExpressionDeclMap.h84 const std::shared_ptr<ClangASTImporter> &importer, ValueObject *ctx_obj);
H A DClangExpressionDeclMap.cpp70 const std::shared_ptr<ClangASTImporter> &importer, ValueObject *ctx_obj) in ClangExpressionDeclMap() argument
73 m_result_delegate(result_delegate), m_ctx_obj(ctx_obj), m_parser_vars(), in ClangExpressionDeclMap()
/freebsd-13.1/sys/x86/iommu/
H A Dintel_utils.c411 VM_OBJECT_RLOCK(unit->ctx_obj); in dmar_load_root_entry_ptr()
412 root_entry = vm_page_lookup(unit->ctx_obj, 0); in dmar_load_root_entry_ptr()
413 VM_OBJECT_RUNLOCK(unit->ctx_obj); in dmar_load_root_entry_ptr()
H A Dintel_drv.c268 if (unit->ctx_obj != NULL) { in dmar_release_resources()
269 vm_object_deallocate(unit->ctx_obj); in dmar_release_resources()
270 unit->ctx_obj = NULL; in dmar_release_resources()
484 unit->ctx_obj = vm_pager_allocate(OBJT_PHYS, NULL, IDX_TO_OFF(1 + in dmar_attach()
492 dmar_pgalloc(unit->ctx_obj, 0, IOMMU_PGF_WAITOK | IOMMU_PGF_ZERO); in dmar_attach()
H A Dintel_ctx.c90 ctxm = dmar_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_NOALLOC); in dmar_ensure_ctx_page()
101 ctxm = dmar_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_ZERO | in dmar_ensure_ctx_page()
103 re = dmar_map_pgtbl(dmar->ctx_obj, 0, IOMMU_PGF_NOALLOC, &sf); in dmar_ensure_ctx_page()
120 ctxp = dmar_map_pgtbl(dmar->ctx_obj, 1 + PCI_RID2BUS(ctx->context.rid), in dmar_map_ctx_entry()
H A Dintel_dmar.h147 vm_object_t ctx_obj; member
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUserExpression.h263 ValueObject *ctx_obj = nullptr);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1072 ValueObject *ctx_obj, Status &error);
1152 std::string *fixed_expression = nullptr, ValueObject *ctx_obj = nullptr);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h461 ValueObject *ctx_obj) { in GetUserExpression() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2274 const EvaluateExpressionOptions &options, ValueObject *ctx_obj, in GetUserExpressionForLanguage() argument
2286 expr, prefix, language, desired_type, options, ctx_obj); in GetUserExpressionForLanguage()
2397 ValueObject *ctx_obj) { in EvaluateExpression() argument
2445 fixed_expression, ctx_obj); in EvaluateExpression()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1181 ValueObject *ctx_obj) override;
H A DTypeSystemClang.cpp9765 const EvaluateExpressionOptions &options, ValueObject *ctx_obj) { in GetUserExpression() argument
9771 desired_type, options, ctx_obj); in GetUserExpression()