Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1010 Value *InlineTagAddr = IRB.CreateOr(TCI.AddrLong, 15); in instrumentMemAccessInline() local
1011 InlineTagAddr = IRB.CreateIntToPtr(InlineTagAddr, PtrTy); in instrumentMemAccessInline()
1012 Value *InlineTag = IRB.CreateLoad(Int8Ty, InlineTagAddr); in instrumentMemAccessInline()