Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp390 uint8_t MatchAllTag = 0; member in __anone00de11f0111::HWAddressSanitizer
588 MatchAllTag = ClMatchAllTag & 0xFF; in initializeModule()
592 MatchAllTag = 0xFF; in initializeModule()
817 (MatchAllTag << HWASanAccessInfo::MatchAllShift) + in getAccessInfo()
855 PtrTag, ConstantInt::get(PtrTag->getType(), MatchAllTag)); in instrumentMemAccessInline()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp374 uint8_t MatchAllTag = in emitHwasanMemaccessSymbols() local
435 .addImm(MatchAllTag) in emitHwasanMemaccessSymbols()