LLVM API Documentation

Namespaces | Defines | Functions
SearchForAddressOfSpecialSymbol.cpp File Reference
#include <string.h>
Include dependency graph for SearchForAddressOfSpecialSymbol.cpp:

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 Documentation

#define EXPLICIT_SYMBOL (   SYM)    extern void *SYM; if (!strcmp(symbolName, #SYM)) return &SYM

Function Documentation

static void* DoSearch ( const char *  symbolName) [static]