Searched refs:MatchAllTag (Results 1 – 2 of 2) sorted by relevance
429 std::optional<uint8_t> MatchAllTag; member in __anon1b7bdbef0111::HWAddressSanitizer632 MatchAllTag = ClMatchAllTag & 0xFF; in initializeModule()635 MatchAllTag = 0xFF; in initializeModule()637 UseMatchAllCallback = !CompileKernel && MatchAllTag.has_value(); in initializeModule()905 (MatchAllTag.has_value() << HWASanAccessInfo::HasMatchAllShift) | in getAccessInfo()906 (MatchAllTag.value_or(0) << HWASanAccessInfo::MatchAllShift) | in getAccessInfo()927 if (MatchAllTag.has_value()) { in insertShadowTagCheck()929 R.PtrTag, ConstantInt::get(R.PtrTag->getType(), *MatchAllTag)); in insertShadowTagCheck()1077 Args.emplace_back(ConstantInt::get(Int8Ty, *MatchAllTag)); in instrumentMemIntrinsic()1085 Args.emplace_back(ConstantInt::get(Int8Ty, *MatchAllTag)); in instrumentMemIntrinsic()[all …]
652 uint8_t MatchAllTag = in emitHwasanMemaccessSymbols() local734 .addImm(MatchAllTag) in emitHwasanMemaccessSymbols()