Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp24 bool RegularExpression::Execute( in Execute() function in RegularExpression
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp50 auto Execute = in createDefaultPipeline() local
/freebsd/crypto/krb5/src/windows/leash/
H A DLeashUICommandHandler.cpp112 LeashUICommandHandler::Execute(UINT32 commandId, UI_EXECUTIONVERB verb, in Execute() function in LeashUICommandHandler
/freebsd/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/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp162 void CommandObjectMultiword::Execute(const char *args_string, in Execute() function in CommandObjectMultiword
432 bool CommandObjectProxy::Execute(const char *args_string, Execute() function in CommandObjectProxy
/freebsd/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.cpp795 void CommandObjectParsed::Execute(const char *args_string, in Execute() function in CommandObjectParsed
837 void CommandObjectRaw::Execute(const char *args_string, in Execute() function in CommandObjectRaw
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h105 Execute = 1 << 2, // Segment is executable. enumerator
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp421 UserExpression::Execute(DiagnosticManager &diagnostic_manager, in Execute() function in UserExpression
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp452 llvm::Error Interpreter::Execute(PartialTranslationUnit &T) { in Execute() function in Interpreter
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h447 enum class AccessMode { Exist, Write, Execute }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1071 llvm::Error FrontendAction::Execute() { in Execute() function in FrontendAction
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1601 bool EmulateInstructionRISCV::Execute(DecodeResult inst, bool ignore_cond) { in Execute() function in lldb_private::EmulateInstructionRISCV
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2276 void Execute(Window &window) { m_action(window); } in Execute() function in curses::FormAction