Searched refs:VAArgTLS (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 522 Value *VAArgTLS; member in __anon0ecc9ba80211::MemorySanitizer 670 VAArgTLS = nullptr; in createKernelApi() 756 VAArgTLS = in createUserspaceApi() 1248 MS.VAArgTLS = in insertKmsanPrologue() 3787 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument() 3845 IRB.CreateMemCpy(VAArgTLSCopy, 8, MS.VAArgTLS, 8, CopySize); in finalizeInstrumentation() 3946 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument() 3988 IRB.CreateMemCpy(VAArgTLSCopy, 8, MS.VAArgTLS, 8, CopySize); in finalizeInstrumentation() 4113 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument() 4176 IRB.CreateMemCpy(VAArgTLSCopy, 8, MS.VAArgTLS, 8, CopySize); in finalizeInstrumentation() [all …]
|