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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp239 GlobalVariable *VAArgTLS; member in class:__anon2744::MemorySanitizer
362 VAArgTLS = new GlobalVariable(
2235 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy);
2276 IRB.CreateMemCpy(VAArgTLSCopy, MS.VAArgTLS, CopySize, 8);

Completed in 96 milliseconds