Searched refs:eExecutionPolicyAlways (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp124 can_interpret, eExecutionPolicyAlways);
H A DClangExpressionParser.cpp1250 if (execution_policy != eExecutionPolicyAlways &&
1268 if (!process && execution_policy == eExecutionPolicyAlways) {
1280 if (execution_policy == eExecutionPolicyAlways ||
1328 if (execution_policy == eExecutionPolicyAlways ||
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h147 eExecutionPolicyAlways, enumerator in enum:lldb_private::ExecutionPolicy
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp179 if (execution_policy == eExecutionPolicyAlways) {
H A DFunctionCaller.cpp85 can_interpret, eExecutionPolicyAlways));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp610 expr_options.SetExecutionPolicy(eExecutionPolicyAlways);
942 options.SetExecutionPolicy(eExecutionPolicyAlways);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h249 void SetExecutionPolicy(ExecutionPolicy policy = eExecutionPolicyAlways) { argument

Completed in 119 milliseconds