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

/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/
H A DRTDyldMemoryManager.cpp80 static const char *processFDE(const char *Entry, bool isDeregister) { function in namespace:llvm
105 P = processFDE(P, false);
115 P = processFDE(P, true);
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp24 static unsigned char *processFDE(unsigned char *P, intptr_t DeltaForText, intptr_t DeltaForEH) { function in namespace:llvm
81 P = processFDE(P, DeltaForText, DeltaForEH);

Completed in 28 milliseconds