Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp337 uint8_t MatchAllTag = 0; member in __anonb30972230111::HWAddressSanitizer
598 MatchAllTag = ClMatchAllTag & 0xFF; in initializeModule()
602 MatchAllTag = 0xFF; in initializeModule()
819 (MatchAllTag << HWASanAccessInfo::MatchAllShift) + in instrumentMemAccessInline()
846 PtrTag, ConstantInt::get(PtrTag->getType(), MatchAllTag)); in instrumentMemAccessInline()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp367 uint8_t MatchAllTag = in emitHwasanMemaccessSymbols() local
428 .addImm(MatchAllTag) in emitHwasanMemaccessSymbols()