Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp170 static bool DistanceIsWithin2Gig(uptr from, uptr target) { in DistanceIsWithin2Gig() function
273 if (!DistanceIsWithin2Gig(from + kJumpInstructionLength, target)) { in WriteJumpInstruction()
301 if (!DistanceIsWithin2Gig(from + kIndirectJumpInstructionLength, in WriteIndirectJumpInstruction()