Home
last modified time | relevance | path

Searched refs:absent_weak_function (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/test/API/commands/expression/weak_symbols/
Dmain.c10 if (absent_weak_function != NULL) in doSomething()
11 printf("In absent_weak_func: %p\n", absent_weak_function); in doSomething()
Ddylib.c11 int absent_weak_function() { in absent_weak_function() function
Ddylib.h5 extern int absent_weak_function() __attribute__((weak_import));