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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp276 int64_t DeltaForText,
280 LLVM_DEBUG(dbgs() << "Processing FDE: Delta for text: " << DeltaForText
291 TargetPtrT NewLocation = FDELocation - DeltaForText;
331 int64_t DeltaForText = computeDelta(Text, EHFrame); local
339 P = processFDE(P, DeltaForText, DeltaForEH);
275 processFDE(uint8_t *P, int64_t DeltaForText, int64_t DeltaForEH) argument
H A DRuntimeDyldMachO.h150 unsigned char *processFDE(uint8_t *P, int64_t DeltaForText,

Completed in 102 milliseconds