Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp885 Value *InlineTagAddr = IRB.CreateOr(AddrLong, 15); in instrumentMemAccessInline() local
886 InlineTagAddr = IRB.CreateIntToPtr(InlineTagAddr, Int8PtrTy); in instrumentMemAccessInline()
887 Value *InlineTag = IRB.CreateLoad(Int8Ty, InlineTagAddr); in instrumentMemAccessInline()