Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1463 bool containsAddress(uint64_t PC, bool UseMaxSize = false) const {
1464 if (UseMaxSize)
H A DBinaryContext.h357 bool UseMaxSize = false);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp2278 uint64_t Address, bool CheckPastEnd, bool UseMaxSize) { in getBinaryFunctionContainingAddress() argument
2285 UseMaxSize ? FI->second.getMaxSize() : FI->second.getSize(); in getBinaryFunctionContainingAddress()