Searched refs:UseMaxSize (Results 1 – 3 of 3) sorted by relevance
1463 bool containsAddress(uint64_t PC, bool UseMaxSize = false) const {1464 if (UseMaxSize)
357 bool UseMaxSize = false);
2278 uint64_t Address, bool CheckPastEnd, bool UseMaxSize) { in getBinaryFunctionContainingAddress() argument2285 UseMaxSize ? FI->second.getMaxSize() : FI->second.getSize(); in getBinaryFunctionContainingAddress()