Searched refs:getRetValTLS (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 145 void *(*getArgTLS)() = nullptr, void *(*getRetValTLS)() = nullptr);
|
/external/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 119 void *(*getArgTLS)() = nullptr, void *(*getRetValTLS)() = nullptr);
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 277 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 377 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()
|