Searched refs:getArgTLS (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 117 void *(*getArgTLS)() = nullptr, void *(*getRetValTLS)() = nullptr);
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 277 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() 890 Value *DFSanFunction::getArgTLS(unsigned Idx, Instruction *Pos) { in getArgTLS() function in DFSanFunction 910 Shadow = IRB.CreateLoad(getArgTLS(A->getArgNo(), ArgTLSPos)); in getShadow() 1539 DFSF.getArgTLS(i, CS.getInstruction())); in visitCallSite()
|