Searched refs:hasLoadSizeForFastPath (Results 1 – 1 of 1) sorted by relevance
518 bool hasLoadSizeForFastPath(uint64_t Size);921 bool DataFlowSanitizer::hasLoadSizeForFastPath(uint64_t Size) { in hasLoadSizeForFastPath() function in DataFlowSanitizer2099 return Alignment < MinOriginAlignment || !DFS.hasLoadSizeForFastPath(Size); in useCallbackLoadLabelAndOrigin()2362 bool HasSizeForFastPath = DFS.hasLoadSizeForFastPath(Size); in loadShadowOriginSansLoadTracking()