Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp391 std::optional<uint8_t> MatchAllTag; member in __anon159c36660111::HWAddressSanitizer
592 MatchAllTag = ClMatchAllTag & 0xFF; in initializeModule()
595 MatchAllTag = 0xFF; in initializeModule()
820 (MatchAllTag.has_value() << HWASanAccessInfo::HasMatchAllShift) | in getAccessInfo()
821 (MatchAllTag.value_or(0) << HWASanAccessInfo::MatchAllShift) | in getAccessInfo()
857 if (MatchAllTag.has_value()) { in instrumentMemAccessInline()
859 PtrTag, ConstantInt::get(PtrTag->getType(), *MatchAllTag)); in instrumentMemAccessInline()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp481 uint8_t MatchAllTag = in emitHwasanMemaccessSymbols() local
542 .addImm(MatchAllTag) in emitHwasanMemaccessSymbols()