Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DInstrumentation.h119 void *(*getArgTLS)() = nullptr, void *(*getRetValTLS)() = nullptr);
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp277 void *(*getArgTLS)() = nullptr, void *(*getRetValTLS)() = nullptr);
317 Value *getArgTLS(unsigned Index, Instruction *Pos);
364 void *(*getArgTLS)(), in createDataFlowSanitizerPass() argument
366 return new DataFlowSanitizer(ABIListFiles, getArgTLS, getRetValTLS); in createDataFlowSanitizerPass()
370 const std::vector<std::string> &ABIListFiles, void *(*getArgTLS)(), in DataFlowSanitizer() argument
372 : ModulePass(ID), GetArgTLSPtr(getArgTLS), GetRetvalTLSPtr(getRetValTLS), in DataFlowSanitizer()
885 Value *DFSanFunction::getArgTLS(unsigned Idx, Instruction *Pos) { in getArgTLS() function in DFSanFunction
905 Shadow = IRB.CreateLoad(getArgTLS(A->getArgNo(), ArgTLSPos)); in getShadow()
1529 DFSF.getArgTLS(i, CS.getInstruction())); in visitCallSite()