Searched defs:Execute (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp23 bool RegularExpression::Execute( function in class:RegularExpression
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp45 auto Execute = local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h105 Execute = 1 << 2, // Segment is executable. member in class:llvm::pdb::PdbRaw_SrcHeaderBlockVer::OMFSegDescFlags
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp326 int Command::Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, function in class:Command
389 int CC1Command::Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, function in class:CC1Command
452 int FallbackCommand::Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, function in class:FallbackCommand
482 int ForceSuccessCommand::Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, function in class:ForceSuccessCommand
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp390 UserExpression::Execute(DiagnosticManager &diagnostic_manager, function in class:UserExpression
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp137 bool CommandAlias::Execute(const char *args_string, function in class:CommandAlias
H A DCommandObject.cpp958 bool CommandObjectParsed::Execute(const char *args_string, function in class:CommandObjectParsed
990 bool CommandObjectRaw::Execute(const char *args_string, function in class:CommandObjectRaw
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp86 bool CommandObjectMultiword::Execute(const char *args_string, function in class:CommandObjectMultiword
377 bool CommandObjectProxy::Execute(const char *args_string, function in class:CommandObjectProxy
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp929 llvm::Error FrontendAction::Execute() { function in class:FrontendAction
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp228 void ReadOperation::Execute(ProcessMonitor *monitor) { function in class:ReadOperation
253 void WriteOperation::Execute(ProcessMonitor *monitor) { function in class:WriteOperation
278 void ReadRegOperation::Execute(ProcessMonitor *monitor) { function in class:ReadRegOperation
315 void WriteRegOperation::Execute(ProcessMonito function in class:WriteRegOperation
349 void ReadDebugRegOperation::Execute(ProcessMonitor *monitor) { function in class:ReadDebugRegOperation
381 void WriteDebugRegOperation::Execute(ProcessMonitor *monitor) { function in class:WriteDebugRegOperation
411 void ReadGPROperation::Execute(ProcessMonitor *monitor) { function in class:ReadGPROperation
437 void ReadFPROperation::Execute(ProcessMonitor *monitor) { function in class:ReadFPROperation
459 void WriteGPROperation::Execute(ProcessMonitor *monitor) { function in class:WriteGPROperation
481 void WriteFPROperation::Execute(ProcessMonitor *monitor) { function in class:WriteFPROperation
502 void ResumeOperation::Execute(ProcessMonitor *monitor) { function in class:ResumeOperation
532 void SingleStepOperation::Execute(ProcessMonitor *monitor) { function in class:SingleStepOperation
561 void LwpInfoOperation::Execute(ProcessMonitor *monitor) { function in class:LwpInfoOperation
588 void ThreadSuspendOperation::Execute(ProcessMonitor *monitor) { function in class:ThreadSuspendOperation
607 void EventMessageOperation::Execute(ProcessMonitor *monitor) { function in class:EventMessageOperation
633 void KillOperation::Execute(ProcessMonitor *monitor) { function in class:KillOperation
654 void DetachOperation::Execute(ProcessMonitor *monitor) { function in class:DetachOperation
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h112 template <typename... ArgsT> ResultT Execute(const ArgsT &... Args) const { function in struct:clang::ast_matchers::internal::VariadicFunction

Completed in 362 milliseconds