Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Vptr

529          SanOpts.has(SanitizerKind::Vptr);
540 // communicate the addresses to the runtime handler for the vptr check.
613 // If possible, check that the vptr indicates that there is a subobject of
622 if (SanOpts.has(SanitizerKind::Vptr) &&
642 // Load the vptr, and compute hash_16_bytes(TypeHash, vptr).
666 // hard work of checking whether the vptr is for an object of the right
677 EmitCheck(std::make_pair(EqualHash, SanitizerKind::Vptr),
2453 case SanitizerKind::Vptr: