Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
DRTDyldMemoryManager.cpp80 static const char *processFDE(const char *Entry, bool isDeregister) { in processFDE() function
105 P = processFDE(P, false); in registerEHFrames()
115 P = processFDE(P, true); in deregisterEHFrames()
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp24 static unsigned char *processFDE(unsigned char *P, intptr_t DeltaForText, intptr_t DeltaForEH) { in processFDE() function
81 P = processFDE(P, DeltaForText, DeltaForEH); in registerEHFrames()