Home
last modified time | relevance | path

Searched refs:function_to_call (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lld/test/ELF/
H A Dx86-64-split-stack-prologue-adjust-success.s11 .macro prologue1 function_to_call argument
12 .global prologue1_calls_\function_to_call
13 .type prologue1_calls_\function_to_call,@function
14 prologue1_calls_\function_to_call:
21 callq \function_to_call
22 callq \function_to_call
26 .size prologue1_calls_\function_to_call,. - prologue1_calls_\function_to_call
29 .macro prologue2 function_to_call register compare_amount
30 .global prologue2_calls_\function_to_call\register
31 .type prologue2_calls_\function_to_call\register,@function
[all …]
/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/
H A Dmain.c10 int function_to_call() { in function_to_call() function
25 function_to_call(); // Break here and cause the thread to exit in exiting_thread_func()
/llvm-project/lldb/test/API/functionalities/inline-stepping/
H A Dcalling.cpp30 function_to_call () in caller_ref_1()
153 function_to_call (); // Make sure debug info for this function gets generated.
24 function_to_call () function_to_call() function
/llvm-project/lldb/test/API/macosx/thread_suspend/
H A Dmain.c12 function_to_call() { in function_to_call() function