Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h356 bool CheckPastEnd = false,
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp2278 uint64_t Address, bool CheckPastEnd, bool UseMaxSize) { in getBinaryFunctionContainingAddress() argument
2287 if (Address >= FI->first + UsedSize + (CheckPastEnd ? 1 : 0)) in getBinaryFunctionContainingAddress()