Home
last modified time | relevance | path

Searched refs:ArgTLSPos (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp901 Instruction *ArgTLSPos = in getShadow() local
904 IRBuilder<> IRB(ArgTLSPos); in getShadow()
905 Shadow = IRB.CreateLoad(getArgTLS(A->getArgNo(), ArgTLSPos)); in getShadow()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1013 Instruction *ArgTLSPos = in getShadow() local
1016 IRBuilder<> IRB(ArgTLSPos); in getShadow()
1017 Shadow = IRB.CreateLoad(getArgTLS(A->getArgNo(), ArgTLSPos)); in getShadow()