/llvm-project/llvm/test/tools/llvm-original-di-preservation/Inputs/ |
H A D | corrupted.json | 1 {"file":"debug.c", "pass":"Simplify the CFG", "bugs": [[{"action":"drop","fn-name":"debug_class_typ… string 2 {"file":"debug.c", "pass":"Combine redundant instructions", "bugs": [[{"action":"drop","fn-name":"d… string 3 …":"Interprocedural Sparse Conditional Constant Propagation", "bugs": [[{"action":"not-generate","b… string 6 {"file":"prdbg.c", "pass":"Simplify the CFG", "bugs": [[{"action":"drop","fn-name":"pr_tag_type","m… string
|
H A D | sample.json | 1 {"file":"test.ll", "pass":"no-name", "bugs": [[{"action":"not-generate","bb-name":"no-name","fn-nam… string
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandOptionsProcessLaunch.cpp | 48 FileAction action; in SetOptionValue() local 56 FileAction action; in SetOptionValue() local 64 FileAction action; in SetOptionValue() local 76 FileAction action; in SetOptionValue() local [all...] |
/llvm-project/mlir/lib/Debug/Observers/ |
H A D | ActionProfiler.cpp | 24 void ActionProfiler::beforeExecute(const ActionActiveStack *action, in beforeExecute() argument 29 void ActionProfiler::afterExecute(const ActionActiveStack *action) { in afterExecute() argument 34 void ActionProfiler::print(const ActionActiveStack *action, in print() argument
|
H A D | ActionLogging.cpp | 22 bool ActionLogger::shouldLog(const ActionActiveStack *action) { in shouldLog() 32 void ActionLogger::beforeExecute(const ActionActiveStack *action, in beforeExecute() 66 void ActionLogger::afterExecute(const ActionActiveStack *action) { in afterExecute()
|
/llvm-project/libc/test/src/signal/ |
H A D | sigaction_test.cpp | 26 struct sigaction action; in TEST() local 39 struct sigaction action; in TEST() local 59 struct sigaction action; in TEST() local
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBThreadResumeActions.cpp | 33 void DNBThreadResumeActions::Append(const DNBThreadResumeAction &action) { in Append() 40 DNBThreadResumeAction action = {tid, state, signal, addr}; in AppendAction() local 67 bool DNBThreadResumeActions::SetDefaultThreadActionIfNeeded(nub_state_t action, in SetDefaultThreadActionIfNeeded()
|
/llvm-project/mlir/include/mlir/Analysis/DataFlow/ |
H A D | DenseAnalysis.h | 141 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitCallControlFlowTransfer() argument 213 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const LatticeT & before,LatticeT * after) visitCallControlFlowTransfer() argument 272 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitCallControlFlowTransfer() argument 380 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitCallControlFlowTransfer() argument 464 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const LatticeT & after,LatticeT * before) visitCallControlFlowTransfer() argument 522 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitCallControlFlowTransfer() argument [all...] |
/llvm-project/llvm/utils/ |
H A D | llvm-original-di-preservation.py | 16 def __init__(self, action, bb_name, fn_name, instr): argument 27 def __init__(self, action, fn_name): argument 36 def __init__(self, action, name, fn_name): argument
|
/llvm-project/polly/utils/ |
H A D | argparse.py | 288 def add_argument(self, action): argument 511 def _format_action(self, action): argument 557 def _format_action_invocation(self, action): argument 580 def _metavar_formatter(self, action, default_metavar): argument 597 def _format_args(self, action, default_metavar): argument 616 def _expand_help(self, action): argument 629 def _iter_indented_subactions(self, action): argument 650 def _get_help_string(self, action): argument 683 def _get_help_string(self, action): argument 1305 def _add_action(self, action): argument [all …]
|
/llvm-project/libc/src/signal/linux/ |
H A D | signal.cpp | 17 struct sigaction action, old; global() variable
|
/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/ |
H A D | pvalloc-overflow.cpp | 21 const char *action = argv[1]; in main() local
|
/llvm-project/clang/test/CodeCompletion/ |
H A D | pragma-macro-token-caching.c | 2 #define Outer(action) action argument
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
H A D | pvalloc-overflow.cpp | 24 const char *action = argv[1]; in main() local
|
/llvm-project/clang/test/Analysis/ |
H A D | cfref_rdar6080742.c | 39 #define RequireAction(condition, action)if (!(condition)) { DebugStop("Assertion failure: %s [File:… argument 40 #define RequireActionSilent(condition, action)if (!(condition)) { action } argument 42 #define RequireNoErr(err, action){ if( DebugDisplayOSStatusMsg((err), #err, __FILE__, __LINE__) ) {… argument
|
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | allocator_oom_test.cpp | 44 const char *action = argv[1]; in main() local
|
/llvm-project/lldb/include/lldb/Host/ |
H A D | Debug.h | 52 void Append(const ResumeAction &action) { in Append() 58 ResumeAction action = {tid, state, signal}; variable 96 bool SetDefaultThreadActionIfNeeded(lldb::StateType action, int signal) { in SetDefaultThreadActionIfNeeded()
|
/llvm-project/compiler-rt/test/hwasan/TestCases/ |
H A D | allocator_returns_null.cpp | 51 const char *action = argv[1]; in main() local
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/ |
H A D | allocator_returns_null.cpp | 51 const char *action = argv[1]; in main() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2009-05-04-EnumInreg.c | 17 void kobject_uevent(struct kobject *kobj, enum kobject_action action) {} in kobject_uevent() argument
|
/llvm-project/mlir/include/mlir/Debug/BreakpointManagers/ |
H A D | TagBreakpointManager.h | 40 Breakpoint *match(const Action &action) const override { in match()
|
/llvm-project/compiler-rt/test/msan/ |
H A D | sigaction.cpp | 19 void action(int, siginfo_t *, void *) {} in action() function
|
/llvm-project/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/ |
H A D | sleep_for.signals.pass.cpp | 39 struct sigaction action; in main() local
|
/llvm-project/lldb/source/Host/posix/ |
H A D | ProcessLauncherPosixFork.cpp | 92 FileAction::Action action; global() member 110 for (const ForkFileAction &action : actions) { has_action() local 125 for (const ForkFileAction &action : info.actions) { ChildFunc() local [all...] |
/llvm-project/clang/tools/clang-fuzzer/handle-cxx/ |
H A D | handle_cxx.cpp | 45 std::unique_ptr<tooling::ToolAction> action( in HandleCXX() local
|