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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp230 GlobalVariable *ParamTLS; member in class:__anon2724::MemorySanitizer
354 ParamTLS = new GlobalVariable(
776 /// Shadow = ParamTLS+ArgOffset.
779 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy);
861 /// or extracts if from ParamTLS (for function arguments).

Completed in 101 milliseconds