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

/external/llvm/include/llvm/Transforms/
H A DInstrumentation.h78 void *(*getArgTLS)() = nullptr,
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp259 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 71 milliseconds