Home
last modified time | relevance | path

Searched refs:GetResultAfterDematerialization (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUserExpression.h220 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h175 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) override;
H A DClangUserExpression.cpp947 lldb::ExpressionVariableSP ClangUserExpression::GetResultAfterDematerialization( in GetResultAfterDematerialization() function in ClangUserExpression
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp282 GetResultAfterDematerialization(exe_ctx.GetBestExecutionContextScope()); in FinalizeJITExecution()