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/
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
140
#define
EXPLICIT_SYMBOL
(SYM) \
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
[
all
...]
/external/llvm/lib/Support/Windows/
explicit_symbols.inc
4
EXPLICIT_SYMBOL
(_alloca)
8
EXPLICIT_SYMBOL
(__alloca)
11
EXPLICIT_SYMBOL
(__chkstk)
14
EXPLICIT_SYMBOL
(__chkstk_ms)
17
EXPLICIT_SYMBOL
(___chkstk)
20
EXPLICIT_SYMBOL
(___chkstk_ms)
23
EXPLICIT_SYMBOL
(__main) // FIXME: Don't call it.
27
EXPLICIT_SYMBOL
(__ashldi3)
30
EXPLICIT_SYMBOL
(__ashrdi3)
33
EXPLICIT_SYMBOL
(__cmpdi2
[
all
...]
Completed in 66 milliseconds