Searched defs:getArgTLS (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 364 void *(*getArgTLS)(), in createDataFlowSanitizerPass() 370 const std::vector<std::string> &ABIListFiles, void *(*getArgTLS)(), in DataFlowSanitizer() 885 Value *DFSanFunction::getArgTLS(unsigned Idx, Instruction *Pos) { in getArgTLS() function in DFSanFunction
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 472 void *(*getArgTLS)(), in createDataFlowSanitizerPass() 478 const std::vector<std::string> &ABIListFiles, void *(*getArgTLS)(), in DataFlowSanitizer() 1021 Value *DFSanFunction::getArgTLS(unsigned Idx, Instruction *Pos) { in getArgTLS() function in DFSanFunction
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 1778 Value *DFSanFunction::getArgTLS(Type *T, unsigned ArgOffset, IRBuilder<> &IRB) { in getArgTLS() function in DFSanFunction
|