Searched refs:getMemoryAccessFuncIndex (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 142 int getMemoryAccessFuncIndex(Type *OrigTy, Value *Addr, const DataLayout &DL); 600 int Idx = getMemoryAccessFuncIndex(OrigTy, Addr, DL); in instrumentLoadOrStore() 720 int Idx = getMemoryAccessFuncIndex(OrigTy, Addr, DL); in instrumentAtomic() 731 getMemoryAccessFuncIndex(SI->getValueOperand()->getType(), Addr, DL); in instrumentAtomic() 745 getMemoryAccessFuncIndex(RMWI->getValOperand()->getType(), Addr, DL); in instrumentAtomic() 763 int Idx = getMemoryAccessFuncIndex(OrigOldValTy, Addr, DL); in instrumentAtomic() 803 int ThreadSanitizer::getMemoryAccessFuncIndex(Type *OrigTy, Value *Addr, in getMemoryAccessFuncIndex() function in ThreadSanitizer
|