Searched refs:Execute (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp448 .Execute(coord_s, &matches) &&
449 !RegularExpression("^([0-9]+),([0-9]+)$").Execute(coord_s, &matches) &&
450 !RegularExpression("^([0-9]+)$").Execute(coord_s, &matches))
4145 if (!match_type_list.Execute(option_val)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp355 if (llvm::Error Err = Act->Execute())
H A DCompilerInstance.cpp965 if (llvm::Error Err = Act.Execute()) {
1143 // Execute the action to actually build the module in-place. Use a separate
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h455 enum class AccessMode { Exist, Write, Execute };
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp613 !regex_up->Execute(llvm::StringRef(class_name)))
651 if (regex_up && !regex_up->Execute(llvm::StringRef()))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp352 if (response_regex.Execute(echo_response.GetStringRef())) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp386 if (s_regex.Execute(out_string, &matches)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1243 // whose 'Execute' function will eventually be invoked by the given command
1709 // 1. the command object whose Execute method will actually be called
1712 // From 1 above, we can determine whether the Execute function wants raw
1733 // appropriate Execute method on the CommandObject, with the appropriate
1762 cmd_obj->Execute(remainder.c_str(), result);
2067 // CommandObjectSource::Execute for more details).
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1853 PUSH_FLAG(OMFSegDescFlags, Execute, Flags, "execute");

Completed in 128 milliseconds

123