Searched refs:entryResult (Results 1 – 2 of 2) sorted by relevance
550 if (Optional<unsigned> entryResult = in calculateStructAlignment() local552 return std::max(*entryResult / kBitsInByte, structAlignment); in calculateStructAlignment()
3352 Symbol &entryResult{*iter->second}; in Post() local3353 if (IsFunctionResult(entryResult)) { in Post()3354 result = &entryResult; in Post()