Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/expression/weak_symbols/
Dmain.c14 if (present_weak_function != NULL) in doSomething()
15 printf("In present_weak_func: %p\n", present_weak_function); in doSomething()
Ddylib.c4 int present_weak_function() in present_weak_function() function
Ddylib.h7 extern int present_weak_function() __attribute__((weak_import));