Home
last modified time | relevance | path

Searched refs:getRetValTLS (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/
DInstrumentation.h96 void *(*getArgTLS)() = nullptr, void *(*getRetValTLS)() = nullptr);
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp270 void *(*getArgTLS)() = nullptr, void *(*getRetValTLS)() = nullptr);
358 void *(*getRetValTLS)()) { in createDataFlowSanitizerPass() argument
359 return new DataFlowSanitizer(ABIListFiles, getArgTLS, getRetValTLS); in createDataFlowSanitizerPass()
364 void *(*getRetValTLS)()) in DataFlowSanitizer() argument
365 : ModulePass(ID), GetArgTLSPtr(getArgTLS), GetRetvalTLSPtr(getRetValTLS) { in DataFlowSanitizer()