Searched refs:VAArgTLS (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp338 GlobalVariable *VAArgTLS; member in class:__anon3155::MemorySanitizer
465 VAArgTLS = new GlobalVariable(
2856 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy);
2901 IRB.CreateMemCpy(VAArgTLSCopy, MS.VAArgTLS, CopySize, 8);
2981 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy);
3018 IRB.CreateMemCpy(VAArgTLSCopy, MS.VAArgTLS, CopySize, 8);
3126 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy);
3186 IRB.CreateMemCpy(VAArgTLSCopy, MS.VAArgTLS, CopySize, 8);

Completed in 102 milliseconds