Searched refs:CheckPastEnd (Results 1 – 2 of 2) sorted by relevance
356 bool CheckPastEnd = false,
2278 uint64_t Address, bool CheckPastEnd, bool UseMaxSize) { in getBinaryFunctionContainingAddress() argument2287 if (Address >= FI->first + UsedSize + (CheckPastEnd ? 1 : 0)) in getBinaryFunctionContainingAddress()