Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp887 Value *InlineTag = IRB.CreateLoad(Int8Ty, InlineTagAddr); in instrumentMemAccessInline() local
888 Value *InlineTagMismatch = IRB.CreateICmpNE(PtrTag, InlineTag); in instrumentMemAccessInline()