Searched refs:DeltaForEH (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp24 static unsigned char *processFDE(unsigned char *P, intptr_t DeltaForText, intptr_t DeltaForEH) { argument
45 intptr_t NewLSDA = LSDA - DeltaForEH;
74 intptr_t DeltaForEH = 0; local
76 DeltaForEH = computeDelta(ExceptTab, EHFrame);
81 P = processFDE(P, DeltaForText, DeltaForEH);

Completed in 43 milliseconds