Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h161 void *(*getArgTLS)() = nullptr, void *(*getRetValTLS)() = nullptr);
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp377 void *(*getArgTLS)() = nullptr, void *(*getRetValTLS)() = nullptr);
469 void *(*getRetValTLS)()) { in createDataFlowSanitizerPass() argument
470 return new DataFlowSanitizer(ABIListFiles, getArgTLS, getRetValTLS); in createDataFlowSanitizerPass()
475 void *(*getRetValTLS)()) in DataFlowSanitizer() argument
476 : ModulePass(ID), GetArgTLSPtr(getArgTLS), GetRetvalTLSPtr(getRetValTLS) { in DataFlowSanitizer()