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.cpp157 #define EXPLICIT_SYMBOL(SYM) \ macro
162 // boldly use the EXPLICIT_SYMBOL macro without checking for a #define first.
165 EXPLICIT_SYMBOL(stderr);
166 EXPLICIT_SYMBOL(stdout);
167 EXPLICIT_SYMBOL(stdin);
171 // as a macro before using EXPLICIT_SYMBOL.
174 EXPLICIT_SYMBOL(stdin);
177 EXPLICIT_SYMBOL(stdout);
180 EXPLICIT_SYMBOL(stderr);
184 #undef EXPLICIT_SYMBOL macro
[all...]

Completed in 164 milliseconds