Searched defs:getArgTLS (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 259 void *(*getArgTLS)() = nullptr, 285 Value *getArgTLS(unsigned Index, Instruction *Pos); 330 void *(*getArgTLS)(), 332 return new DataFlowSanitizer(ABIListFile, getArgTLS, getRetValTLS); 336 void *(*getArgTLS)(), 338 : ModulePass(ID), GetArgTLSPtr(getArgTLS), GetRetvalTLSPtr(getRetValTLS), 817 Value *DFSanFunction::getArgTLS(unsigned Idx, Instruction *Pos) { function in class:DFSanFunction 837 Shadow = IRB.CreateLoad(getArgTLS(A->getArgNo(), ArgTLSPos)); 1359 DFSF.getArgTLS(i, CS.getInstruction())); 329 createDataFlowSanitizerPass(StringRef ABIListFile, void *(*getArgTLS)(), void *(*getRetValTLS)()) argument 335 DataFlowSanitizer(StringRef ABIListFile, void *(*getArgTLS)(), void *(*getRetValTLS)()) argument
|
Completed in 232 milliseconds