Searched refs:MatchAllTag (Results 1 – 2 of 2) sorted by relevance
459 std::optional<uint8_t> MatchAllTag; member in __anon1b7bdbef0211::HWAddressSanitizer670 MatchAllTag = ClMatchAllTag & 0xFF; in initializeModule()673 MatchAllTag = 0xFF; in initializeModule()675 UseMatchAllCallback = !CompileKernel && MatchAllTag.has_value(); in initializeModule()943 (MatchAllTag.has_value() << HWASanAccessInfo::HasMatchAllShift) | in getAccessInfo()944 (MatchAllTag.value_or(0) << HWASanAccessInfo::MatchAllShift) | in getAccessInfo()965 if (MatchAllTag.has_value()) { in insertShadowTagCheck()967 R.PtrTag, ConstantInt::get(R.PtrTag->getType(), *MatchAllTag)); in insertShadowTagCheck()1114 Args.emplace_back(ConstantInt::get(Int8Ty, *MatchAllTag)); in instrumentMemIntrinsic()1122 Args.emplace_back(ConstantInt::get(Int8Ty, *MatchAllTag)); in instrumentMemIntrinsic()[all …]
760 uint8_t MatchAllTag = in emitHwasanMemaccessSymbols() local828 .addImm(MatchAllTag) in emitHwasanMemaccessSymbols()