LLVM API Documentation
#include <string.h>
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Defines | |
#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 |
Definition at line 20 of file SearchForAddressOfSpecialSymbol.cpp.
References EXPLICIT_SYMBOL.
Referenced by llvm::SearchForAddressOfSpecialSymbol().