HomeSort by relevance Sort by last modified time
    Searched defs:Vptr (Results 1 - 2 of 2) 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/clang/lib/CodeGen/
CGClass.cpp     [all...]

Completed in 235 milliseconds