Searched refs:getArgTLS (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 145 void *(*getArgTLS)() = nullptr, void *(*getRetValTLS)() = nullptr);
|
/external/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 119 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() 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 377 void *(*getArgTLS)() = nullptr, void *(*getRetValTLS)() = nullptr); 416 Value *getArgTLS(unsigned Index, Instruction *Pos); 468 void *(*getArgTLS)(), in createDataFlowSanitizerPass() argument 470 return new DataFlowSanitizer(ABIListFiles, getArgTLS, getRetValTLS); in createDataFlowSanitizerPass() 474 const std::vector<std::string> &ABIListFiles, void *(*getArgTLS)(), in DataFlowSanitizer() argument 476 : ModulePass(ID), GetArgTLSPtr(getArgTLS), GetRetvalTLSPtr(getRetValTLS) { in DataFlowSanitizer() 997 Value *DFSanFunction::getArgTLS(unsigned Idx, Instruction *Pos) { in getArgTLS() function in DFSanFunction 1017 Shadow = IRB.CreateLoad(getArgTLS(A->getArgNo(), ArgTLSPos)); in getShadow() 1647 DFSF.getArgTLS(i, CS.getInstruction())); in visitCallSite()
|