Home
last modified time | relevance | path

Searched refs:processFDE (Results 1 – 6 of 6) 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.cpp270 unsigned char *RuntimeDyldMachOCRTPBase<Impl>::processFDE(uint8_t *P, in processFDE() function in llvm::RuntimeDyldMachOCRTPBase
334 P = processFDE(P, DeltaForText, DeltaForEH); in registerEHFrames()
DRuntimeDyldMachO.h150 unsigned char *processFDE(uint8_t *P, int64_t DeltaForText,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp80 static const char *processFDE(const char *Entry, bool isDeregister) { in processFDE() function
105 P = processFDE(P, false); in registerEHFramesInProcess()
114 P = processFDE(P, true); in deregisterEHFramesInProcess()
DRuntimeDyldMachO.cpp273 unsigned char *RuntimeDyldMachOCRTPBase<Impl>::processFDE(uint8_t *P, in processFDE() function in llvm::RuntimeDyldMachOCRTPBase
337 P = processFDE(P, DeltaForText, DeltaForEH); in registerEHFrames()
DRuntimeDyldMachO.h151 unsigned char *processFDE(uint8_t *P, int64_t DeltaForText,