OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXPLICIT_SYMBOL
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Support/Windows/
explicit_symbols.inc
4
EXPLICIT_SYMBOL
(_alloca)
8
EXPLICIT_SYMBOL
(__alloca)
11
EXPLICIT_SYMBOL
(__chkstk)
14
EXPLICIT_SYMBOL
(___chkstk)
17
EXPLICIT_SYMBOL
(__main) // FIXME: Don't call it.
21
EXPLICIT_SYMBOL
(__ashldi3)
24
EXPLICIT_SYMBOL
(__ashrdi3)
27
EXPLICIT_SYMBOL
(__cmpdi2)
30
EXPLICIT_SYMBOL
(__divdi3)
33
EXPLICIT_SYMBOL
(__fixdfdi
[
all
...]
/external/llvm/lib/Support/
SearchForAddressOfSpecialSymbol.cpp
21
#define
EXPLICIT_SYMBOL
(SYM) \
37
EXPLICIT_SYMBOL
(__eprintf);
45
EXPLICIT_SYMBOL
(_alloca);
46
EXPLICIT_SYMBOL
(__main);
50
#undef
EXPLICIT_SYMBOL
DynamicLibrary.cpp
157
#define
EXPLICIT_SYMBOL
(SYM) \
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
[
all
...]
Completed in 2310 milliseconds