HomeSort by: relevance | last modified time | path
    Searched defs:Vptr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash_itanium.cc 79 // (vptr,type) pair, a hash is computed. This hash is assumed to be globally
84 // * the vptr, and thus the hash, can be affected by ASLR, so multiple runs
191 /// The offset from the vptr to the start of the most-derived object.
199 VtablePrefix *Vptr = reinterpret_cast<VtablePrefix*>(Vtable);
200 VtablePrefix *Prefix = Vptr - 1;
212 // A crash anywhere within this function probably means the vptr is corrupted.
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_type_hash_itanium.cpp 91 // (vptr,type) pair, a hash is computed. This hash is assumed to be globally
96 // * the vptr, and thus the hash, can be affected by ASLR, so multiple runs
202 /// The offset from the vptr to the start of the most-derived object.
211 VtablePrefix *Vptr = reinterpret_cast<VtablePrefix*>(Vtable);
212 VtablePrefix *Prefix = Vptr - 1;
224 // A crash anywhere within this function probably means the vptr is corrupted.
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_type_hash_itanium.cpp 79 // (vptr,type) pair, a hash is computed. This hash is assumed to be globally
84 // * the vptr, and thus the hash, can be affected by ASLR, so multiple runs
190 /// The offset from the vptr to the start of the most-derived object.
199 VtablePrefix *Vptr = reinterpret_cast<VtablePrefix*>(Vtable);
200 VtablePrefix *Prefix = Vptr - 1;
212 // A crash anywhere within this function probably means the vptr is corrupted.
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGClass.cpp 2297 void CodeGenFunction::EmitVTableAssumptionLoad(const VPtr &Vptr, Address This) {
2299 CGM.getCXXABI().getVTableAddressPoint(Vptr.Base, Vptr.VTableClass);
2304 CharUnits NonVirtualOffset = Vptr.Base.getBaseOffset();
2309 Vptr.VTableClass, Vptr.NearestVBase);
2312 GetVTablePtr(This, VTableGlobal->getType(), Vptr.VTableClass);
2321 for (const VPtr &Vptr : getVTablePointers(ClassDecl)
    [all...]

Completed in 21 milliseconds