HomeSort by relevance Sort by last modified time
    Searched refs:OrigPtrTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 510 Type *OrigPtrTy = Addr->getType();
511 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType();
AddressSanitizer.cpp 644 Type *OrigPtrTy = Addr->getType();
645 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType();
664 OrigPtrTy);
    [all...]

Completed in 494 milliseconds