Searched defs:EXPLICIT_SYMBOL (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DSearchForAddressOfSpecialSymbol.cpp21 #define EXPLICIT_SYMBOL(SYM) \ macro
37 EXPLICIT_SYMBOL(__eprintf);
45 EXPLICIT_SYMBOL(_alloca);
46 EXPLICIT_SYMBOL(__main);
50 #undef EXPLICIT_SYMBOL macro
H A DDynamicLibrary.cpp140 #define EXPLICIT_SYMBOL(SYM) \ macro
145 // boldly use the EXPLICIT_SYMBOL macro without checking for a #define first.
148 EXPLICIT_SYMBOL(stderr);
149 EXPLICIT_SYMBOL(stdout);
150 EXPLICIT_SYMBOL(stdin);
154 // as a macro before using EXPLICIT_SYMBOL.
157 EXPLICIT_SYMBOL(stdin);
160 EXPLICIT_SYMBOL(stdout);
163 EXPLICIT_SYMBOL(stderr);
167 #undef EXPLICIT_SYMBOL macro
[all...]

Completed in 79 milliseconds