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

  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc 77 // (vptr,type) pair, a hash is computed. This hash is assumed to be globally
82 // * the vptr, and thus the hash, can be affected by ASLR, so multiple runs
187 /// The offset from the vptr to the start of the most-derived object.
195 VtablePrefix *Vptr = reinterpret_cast<VtablePrefix*>(Vtable);
196 if (!Vptr)
198 VtablePrefix *Prefix = Vptr - 1;
208 // A crash anywhere within this function probably means the vptr is corrupted.
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGCXXABI.h 361 CodeGenFunction::VPtr Vptr) = 0;
385 /// used for the vptr at the given offset in RD.
CGExpr.cpp 504 SanOpts.has(SanitizerKind::Vptr);
515 // communicate the addresses to the runtime handler for the vptr check.
588 // If possible, check that the vptr indicates that there is a subobject of
597 if (SanOpts.has(SanitizerKind::Vptr) &&
617 // Load the vptr, and compute hash_16_bytes(TypeHash, vptr).
641 // hard work of checking whether the vptr is for an object of the right
652 EmitCheck(std::make_pair(EqualHash, SanitizerKind::Vptr),
    [all...]
ItaniumCXXABI.cpp 247 CodeGenFunction::VPtr Vptr) override;
    [all...]
MicrosoftCXXABI.cpp 264 CodeGenFunction::VPtr Vptr) override;
    [all...]
  /external/clang/lib/Driver/
SanitizerArgs.cpp 30 NeedsUbsanCxxRt = Vptr | CFI,
31 NotAllowedWithTrap = Vptr,
40 (Undefined & ~Vptr) | UnsignedIntegerOverflow | LocalBounds | CFI,
65 /// "-fsanitize=thread,vptr -fsanitize=address" with mask \c NeedsUbsanRt
66 /// would produce "-fsanitize=vptr".
249 // Test for -fno-rtti + explicit -fsanitizer=vptr before expanding groups
252 if (Add & Vptr &&
256 // Warn about not having rtti enabled if the vptr sanitizer is
264 << "-fsanitize=vptr" << NoRTTIArg->getAsString(Args);
267 // Take out the Vptr sanitizer from the enabled sanitizer
    [all...]
ToolChain.cpp 659 SanitizerMask Res = (Undefined & ~Vptr & ~Function) | (CFI & ~CFIICall) |
ToolChains.cpp     [all...]
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 352 unsigned char* Vptr = planar + planeSize;
353 unsigned char* Uptr = Vptr + planeSize;
358 *Vptr++ = *in++;

Completed in 1784 milliseconds