|
LLVM
4.0.0
|
#include <string.h>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | EXPLICIT_SYMBOL(SYM) extern void *SYM; if (!strcmp(symbolName, #SYM)) return &SYM |
Functions | |
| static void * | DoSearch (const char *symbolName) |
| void * | llvm::SearchForAddressOfSpecialSymbol (const char *symbolName) |
| #define EXPLICIT_SYMBOL | ( | SYM | ) | extern void *SYM; if (!strcmp(symbolName, #SYM)) return &SYM |
Referenced by DoSearch().
|
static |
Definition at line 20 of file SearchForAddressOfSpecialSymbol.cpp.
References EXPLICIT_SYMBOL.
Referenced by llvm::SearchForAddressOfSpecialSymbol().
1.8.6