Home
last modified time | relevance | path

Searched refs:MatchAllTag (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp404 std::optional<uint8_t> MatchAllTag; member in __anon75deca650111::HWAddressSanitizer
618 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp599 uint8_t MatchAllTag = in emitHwasanMemaccessSymbols() local
660 .addImm(MatchAllTag) in emitHwasanMemaccessSymbols()