| /freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/ |
| HD | UserExpression.cpp | 148 std::string *fixed_expression, ValueObject *ctx_obj) { in Evaluate() argument 151 if (ctx_obj) { in Evaluate() 155 if (!(ctx_obj->GetTypeInfo() & ctx_type_mask)) { in Evaluate() 163 if (ctx_obj && ctx_obj->GetTypeInfo() & lldb::TypeFlags::eTypeIsReference) { in Evaluate() 165 lldb::ValueObjectSP deref_ctx_sp = ctx_obj->Dereference(error); in Evaluate() 175 ctx_obj = deref_ctx_sp.get(); in Evaluate() 254 desired_type, options, ctx_obj, in Evaluate() 302 options, ctx_obj, error)); in Evaluate()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | ClangUserExpression.h | 75 ValueObject *ctx_obj); 128 ValueObject *ctx_obj);
|
| HD | 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() 958 ValueObject *ctx_obj) { in ResetDeclMap() argument 968 ctx_obj); in ResetDeclMap()
|
| HD | ClangExpressionDeclMap.h | 85 const std::shared_ptr<ClangASTImporter> &importer, ValueObject *ctx_obj);
|
| HD | ClangExpressionDeclMap.cpp | 90 const std::shared_ptr<ClangASTImporter> &importer, ValueObject *ctx_obj) in ClangExpressionDeclMap() argument 93 m_result_delegate(result_delegate), m_ctx_obj(ctx_obj), m_parser_vars(), in ClangExpressionDeclMap()
|
| /freebsd-13-stable/sys/x86/iommu/ |
| HD | intel_utils.c | 414 VM_OBJECT_RLOCK(unit->ctx_obj); in dmar_load_root_entry_ptr() 415 root_entry = vm_page_lookup(unit->ctx_obj, 0); in dmar_load_root_entry_ptr() 416 VM_OBJECT_RUNLOCK(unit->ctx_obj); in dmar_load_root_entry_ptr()
|
| HD | intel_ctx.c | 88 ctxm = dmar_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_NOALLOC); in dmar_ensure_ctx_page() 99 ctxm = dmar_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_ZERO | in dmar_ensure_ctx_page() 101 re = dmar_map_pgtbl(dmar->ctx_obj, 0, IOMMU_PGF_NOALLOC, &sf); in dmar_ensure_ctx_page() 118 ctxp = dmar_map_pgtbl(dmar->ctx_obj, 1 + PCI_RID2BUS(ctx->context.rid), in dmar_map_ctx_entry()
|
| HD | intel_drv.c | 269 if (unit->ctx_obj != NULL) { in dmar_release_resources() 270 vm_object_deallocate(unit->ctx_obj); in dmar_release_resources() 271 unit->ctx_obj = NULL; in dmar_release_resources() 485 unit->ctx_obj = vm_pager_allocate(OBJT_PHYS, NULL, IDX_TO_OFF(1 + in dmar_attach() 493 dmar_pgalloc(unit->ctx_obj, 0, IOMMU_PGF_WAITOK | IOMMU_PGF_ZERO); in dmar_attach()
|
| HD | intel_dmar.h | 145 vm_object_t ctx_obj; member
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/ |
| HD | UserExpression.h | 271 ValueObject *ctx_obj = nullptr);
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| HD | Target.h | 1177 ValueObject *ctx_obj, Status &error); 1257 std::string *fixed_expression = nullptr, ValueObject *ctx_obj = nullptr);
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| HD | TypeSystem.h | 501 const EvaluateExpressionOptions &options, ValueObject *ctx_obj) { in GetUserExpression() argument
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | Target.cpp | 2507 const EvaluateExpressionOptions &options, ValueObject *ctx_obj, in GetUserExpressionForLanguage() argument 2528 options, ctx_obj); in GetUserExpressionForLanguage() 2654 ValueObject *ctx_obj) { in EvaluateExpression() argument 2709 fixed_expression, ctx_obj); in EvaluateExpression()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| HD | TypeSystemClang.h | 1307 ValueObject *ctx_obj) override;
|
| HD | TypeSystemClang.cpp | 9742 const EvaluateExpressionOptions &options, ValueObject *ctx_obj) { in GetUserExpression() argument 9748 desired_type, options, ctx_obj); in GetUserExpression()
|