Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp459 std::optional<uint8_t> MatchAllTag; member in __anon1b7bdbef0211::HWAddressSanitizer
670 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp760 uint8_t MatchAllTag = in emitHwasanMemaccessSymbols() local
828 .addImm(MatchAllTag) in emitHwasanMemaccessSymbols()