Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp80 static const char *processFDE(const char *Entry, bool isDeregister) { in processFDE() function
104 P = processFDE(P, false); in registerEHFramesInProcess()
113 P = processFDE(P, true); in deregisterEHFramesInProcess()
DRuntimeDyldMachO.h150 unsigned char *processFDE(uint8_t *P, int64_t DeltaForText,
DRuntimeDyldMachO.cpp270 unsigned char *RuntimeDyldMachOCRTPBase<Impl>::processFDE(uint8_t *P, in processFDE() function in llvm::RuntimeDyldMachOCRTPBase
334 P = processFDE(P, DeltaForText, DeltaForEH); in registerEHFrames()