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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp230 GlobalVariable *ParamTLS; member in class:__anon2744::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 104 milliseconds