HomeSort by relevance Sort by last modified time
    Searched refs:Vptr (Results 1 - 11 of 11) 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
189 /// The offset from the vptr to the start of the most-derived object.
197 VtablePrefix *Vptr = reinterpret_cast<VtablePrefix*>(Vtable);
198 if (!Vptr)
200 VtablePrefix *Prefix = Vptr - 1;
210 // A crash anywhere within this function probably means the vptr is corrupted.
  /external/skia/tests/
VptrTest.cpp 35 DEF_TEST(Vptr, r) {
  /external/skqp/tests/
VptrTest.cpp 35 DEF_TEST(Vptr, r) {
  /external/clang/lib/Driver/
SanitizerArgs.cpp 30 NeedsUbsanCxxRt = Vptr | CFI,
31 NotAllowedWithTrap = Vptr,
40 (Undefined & ~Vptr) | UnsignedIntegerOverflow | LocalBounds | CFI,
67 /// "-fsanitize=thread,vptr -fsanitize=address" with mask \c NeedsUbsanRt
68 /// would produce "-fsanitize=vptr".
233 // Test for -fno-rtti + explicit -fsanitizer=vptr before expanding groups
236 if (Add & Vptr &&
240 // Warn about not having rtti enabled if the vptr sanitizer is
248 << "-fsanitize=vptr" << NoRTTIArg->getAsString(Args);
251 // Take out the Vptr sanitizer from the enabled sanitizer
    [all...]
ToolChain.cpp 689 SanitizerMask Res = (Undefined & ~Vptr & ~Function) | (CFI & ~CFIICall) |
ToolChains.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGCXXABI.h 377 CodeGenFunction::VPtr Vptr) = 0;
401 /// used for the vptr at the given offset in RD.
CGExpr.cpp 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),
    [all...]
ItaniumCXXABI.cpp 239 CodeGenFunction::VPtr Vptr) override;
    [all...]
MicrosoftCXXABI.cpp 264 CodeGenFunction::VPtr Vptr) override;
    [all...]

Completed in 746 milliseconds