reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1021 if (!ASan.isInterestingAlloca(AI)) { 1046 if (!ASan.UseAfterScope) 1068 if (!ASan.isInterestingAlloca(*AI)) 1083 I != ASan.LocalDynamicShadow; 2769 if (ASan.UseAfterScope) { 2799 std::min<size_t>(sizeof(uint64_t), ASan.LongSize / 8); 2891 if (CopyInsertPoint == ASan.LocalDynamicShadow) { 2966 assert(ASan.isInterestingAlloca(*APC.AI)); 3014 ASan.getAllocaSizeInBytes(*AI), 3026 size_t MinHeaderSize = std::max((size_t)ASan.LongSize / 2, Granularity); 3039 assert(ASan.isInterestingAlloca(*APC.AI)); 3056 bool DoStackMalloc = ClUseAfterReturn && !ASan.CompileKernel && 3144 ConstantInt::get(IntptrTy, ASan.LongSize / 8)), 3154 ConstantInt::get(IntptrTy, 2 * ASan.LongSize / 8)), 3161 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); 3218 ConstantInt::get(IntptrTy, ClassSize - ASan.LongSize / 8));