Home
last modified time | relevance | path

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

/freebsd-src/contrib/bearssl/T0/
H A DTPointerBase.cs49 internal virtual void Execute(T0Comp ctx, CPU cpu) in Execute() method in TPointerBase
H A DTPointerXT.cs57 internal override void Execute(T0Comp ctx, CPU cpu) in Execute() method in TPointerXT
H A DTValue.cs117 internal void Execute(T0Comp ctx, CPU cpu) in Execute() method
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp23 bool RegularExpression::Execute( Execute() function in RegularExpression
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp50 auto Execute = in createDefaultPipeline() local
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp326 int Command::Execute(ArrayRef<std::optional<StringRef>> Redirects, in Execute() function in Command
410 int CC1Command::Execute(ArrayRef<std::optional<StringRef>> Redirects, in Execute() function in CC1Command
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp162 void CommandObjectMultiword::Execute(const char *args_string, in Execute() function in CommandObjectMultiword
431 void CommandObjectProxy::Execute(const char *args_string, in Execute() function in CommandObjectProxy
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp138 void CommandAlias::Execute(const char *args_string, in Execute() function in CommandAlias
H A DCommandObject.cpp718 void CommandObjectParsed::Execute(const char *args_string, Execute() function in CommandObjectParsed
759 void CommandObjectRaw::Execute(const char *args_string, Execute() function in CommandObjectRaw
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h105 Execute = 1 << 2, // Segment is executable. enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp419 UserExpression::Execute(DiagnosticManager &diagnostic_manager, Execute() function in UserExpression
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp380 llvm::Error Interpreter::Execute(PartialTranslationUnit &T) { Execute() function in Interpreter
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h448 enum class AccessMode { Exist, Write, Execute }; global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1062 llvm::Error FrontendAction::Execute() { Execute() function in FrontendAction
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2276 void Execute(Window &window) { m_action(window); } in Execute() function in curses::FormAction