Home
last modified time | relevance | path

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

/external/llvm-project/lld/test/ELF/
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 …]
/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/
Dmain.c8 int function_to_call() { in function_to_call() function
23 function_to_call(); // Break here and cause the thread to exit in exiting_thread_func()
/external/llvm-project/lldb/test/API/functionalities/inline-stepping/
Dcalling.cpp24 function_to_call () in function_to_call() function
130 function_to_call (); // Make sure debug info for this function gets generated. in main()
/external/llvm-project/lldb/test/API/macosx/thread_suspend/
Dmain.c12 function_to_call() { in function_to_call() function