Home
last modified time | relevance | path

Searched refs:getRetValTLS (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);
365 void *(*getRetValTLS)()) { in createDataFlowSanitizerPass() argument
366 return new DataFlowSanitizer(ABIListFiles, getArgTLS, getRetValTLS); in createDataFlowSanitizerPass()
371 void *(*getRetValTLS)()) in DataFlowSanitizer() argument
372 : ModulePass(ID), GetArgTLSPtr(getArgTLS), GetRetvalTLSPtr(getRetValTLS), in DataFlowSanitizer()