Home
last modified time | relevance | path

Searched defs:Execute (Results 1 – 18 of 18) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp24 bool RegularExpression::Execute( in Execute() function in RegularExpression
/llvm-project/llvm/lib/MCA/
H A DContext.cpp50 auto Execute = in createDefaultPipeline() local
/llvm-project/third-party/benchmark/test/
H A Dbenchmark_random_interleaving_gtest.cc51 void Execute(const std::string& pattern) { in Execute() function in benchmark::internal::__anon364cf67e0111::BenchmarkTest
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h211 bool Execute = false; // Compare requested. variable
220 bool Execute = false; // Print requested. variable
230 bool Execute = false; // Report requested. variable
237 bool Execute = false; // Select requested. variable
/llvm-project/clang/lib/Driver/
H A DJob.cpp326 int Command::Execute(ArrayRef<std::optional<StringRef>> Redirects, Execute() function in Command
410 int CC1Command::Execute(ArrayRef<std::optional<StringRef>> Redirects, Execute() function in CC1Command
/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp162 void CommandObjectMultiword::Execute(const char *args_string, Execute() function in CommandObjectMultiword
431 void CommandObjectProxy::Execute(const char *args_string, Execute() function in CommandObjectProxy
/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp138 void CommandAlias::Execute(const char *args_string, in Execute() function in CommandAlias
H A DCommandObject.cpp795 void CommandObjectParsed::Execute(const char *args_string, Execute() function in CommandObjectParsed
837 void CommandObjectRaw::Execute(const char *args_string, Execute() function in CommandObjectRaw
/llvm-project/clang/test/CodeGenCXX/
H A Dstatic-local-in-local-class.cpp35 static void Execute() { in foo() function
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h105 Execute = 1 << 2, // Segment is executable. enumerator
/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp421 UserExpression::Execute(DiagnosticManager &diagnostic_manager, Execute() function in UserExpression
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dcontrol.py396 def Execute(self, command): member in Control
/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp452 llvm::Error Interpreter::Execute(PartialTranslationUnit &T) { Execute() function in Interpreter
/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h447 enum class AccessMode { Exist, Write, Execute }; global() enumerator
/llvm-project/polly/lib/Transform/
H A DForwardOpTree.cpp146 std::function<bool()> Execute = []() -> bool { in __anon8f337d270202() member
/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1071 llvm::Error FrontendAction::Execute() { Execute() function in FrontendAction
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1586 bool EmulateInstructionRISCV::Execute(DecodeResult inst, bool ignore_cond) { Execute() function in lldb_private::EmulateInstructionRISCV
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2276 void Execute(Window &window) { m_action(window); } in Execute() function in curses::FormAction