LLVM API Documentation
#include "RuntimeDyldMachO.h"
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
Go to the source code of this file.
Namespaces | |
llvm | |
List of target independent CodeGen pass IDs. | |
Macros | |
#define | DEBUG_TYPE "dyld" |
Functions | |
static unsigned char * | llvm::processFDE (unsigned char *P, intptr_t DeltaForText, intptr_t DeltaForEH) |
static intptr_t | llvm::computeDelta (SectionEntry *A, SectionEntry *B) |
#define DEBUG_TYPE "dyld" |
Definition at line 14 of file RuntimeDyldMachO.cpp.