Searched refs:MatchAllTag (Results 1 – 2 of 2) sorted by relevance
404 std::optional<uint8_t> MatchAllTag; member in __anon75deca650111::HWAddressSanitizer618 MatchAllTag = ClMatchAllTag & 0xFF; in initializeModule()621 MatchAllTag = 0xFF; in initializeModule()623 UseMatchAllCallback = !CompileKernel && MatchAllTag.has_value(); in initializeModule()872 (MatchAllTag.value_or(0) << HWASanAccessInfo::MatchAllShift) | in getAccessInfo()893 if (MatchAllTag.has_value()) { in insertShadowTagCheck()895 R.PtrTag, ConstantInt::get(R.PtrTag->getType(), *MatchAllTag)); in insertShadowTagCheck()1020 Args.emplace_back(ConstantInt::get(Int8Ty, *MatchAllTag)); in instrumentMemIntrinsic()1028 Args.emplace_back(ConstantInt::get(Int8Ty, *MatchAllTag)); in instrumentMemIntrinsic()1053 Args.emplace_back(ConstantInt::get(Int8Ty, *MatchAllTag)); in instrumentMemAccess()[all …]
599 uint8_t MatchAllTag = in emitHwasanMemaccessSymbols() local660 .addImm(MatchAllTag) in emitHwasanMemaccessSymbols()