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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp147 std::string *fixed_expression, ValueObject *ctx_obj) {
151 if (ctx_obj) {
154 if (!(ctx_obj->GetTypeInfo() & ctx_type_mask)) {
224 desired_type, options, ctx_obj,
275 options, ctx_obj, error));
143 Evaluate(ExecutionContext &exe_ctx, const EvaluateExpressionOptions &options, llvm::StringRef expr, llvm::StringRef prefix, lldb::ValueObjectSP &result_valobj_sp, Status &error, std::string *fixed_expression, ValueObject *ctx_obj) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h69 ValueObject *ctx_obj);
114 /// \param[in] ctx_obj
122 ValueObject *ctx_obj);
H A DClangUserExpression.cpp72 ValueObject *ctx_obj)
77 m_result_delegate(exe_scope.CalculateTarget()), m_ctx_obj(ctx_obj) {
914 ValueObject *ctx_obj) {
924 ctx_obj);
68 ClangUserExpression( ExecutionContextScope &exe_scope, llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, ResultType desired_type, const EvaluateExpressionOptions &options, ValueObject *ctx_obj) argument
910 ResetDeclMap( ExecutionContext &exe_ctx, Materializer::PersistentVariableDelegate &delegate, bool keep_result_in_memory, ValueObject *ctx_obj) argument
H A DClangExpressionDeclMap.h77 /// \param[in] ctx_obj
84 const std::shared_ptr<ClangASTImporter> &importer, ValueObject *ctx_obj);
H A DClangExpressionDeclMap.cpp69 const std::shared_ptr<ClangASTImporter> &importer, ValueObject *ctx_obj)
72 m_result_delegate(result_delegate), m_ctx_obj(ctx_obj), m_parser_vars(),
65 ClangExpressionDeclMap( bool keep_result_in_memory, Materializer::PersistentVariableDelegate *result_delegate, const lldb::TargetSP &target, const std::shared_ptr<ClangASTImporter> &importer, ValueObject *ctx_obj) argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUserExpression.h245 /// \param[in] ctx_obj
263 ValueObject *ctx_obj = nullptr);
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_utils.c412 VM_OBJECT_RLOCK(unit->ctx_obj);
413 root_entry = vm_page_lookup(unit->ctx_obj, 0);
414 VM_OBJECT_RUNLOCK(unit->ctx_obj);
H A Dintel_ctx.c91 ctxm = dmar_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_NOALLOC);
102 ctxm = dmar_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_ZERO |
104 re = dmar_map_pgtbl(dmar->ctx_obj, 0, IOMMU_PGF_NOALLOC, &sf);
121 ctxp = dmar_map_pgtbl(dmar->ctx_obj, 1 + PCI_RID2BUS(ctx->context.rid),
H A Dintel_drv.c269 if (unit->ctx_obj != NULL) {
270 vm_object_deallocate(unit->ctx_obj);
271 unit->ctx_obj = NULL;
485 unit->ctx_obj = vm_pager_allocate(OBJT_PHYS, NULL, IDX_TO_OFF(1 +
493 dmar_pgalloc(unit->ctx_obj, 0, IOMMU_PGF_WAITOK | IOMMU_PGF_ZERO);
H A Dintel_dmar.h148 vm_object_t ctx_obj; member in struct:dmar_unit
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1051 ValueObject *ctx_obj, Status &error);
1109 std::string *fixed_expression = nullptr, ValueObject *ctx_obj = nullptr);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h456 ValueObject *ctx_obj) {
452 GetUserExpression(llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, Expression::ResultType desired_type, const EvaluateExpressionOptions &options, ValueObject *ctx_obj) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2249 const EvaluateExpressionOptions &options, ValueObject *ctx_obj,
2261 expr, prefix, language, desired_type, options, ctx_obj);
2370 ValueObject *ctx_obj) {
2418 fixed_expression, ctx_obj);
2246 GetUserExpressionForLanguage( llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, Expression::ResultType desired_type, const EvaluateExpressionOptions &options, ValueObject *ctx_obj, Status &error) argument
2366 EvaluateExpression( llvm::StringRef expr, ExecutionContextScope *exe_scope, lldb::ValueObjectSP &result_valobj_sp, const EvaluateExpressionOptions &options, std::string *fixed_expression, ValueObject *ctx_obj) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1136 ValueObject *ctx_obj) override;
H A DTypeSystemClang.cpp9554 ValueObject *ctx_obj) {
9560 desired_type, options, ctx_obj);

Completed in 471 milliseconds