Searched refs:Vtable (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.cc219 VtablePrefix *Vtable = getVtablePrefix(Object); local
220 if (!Vtable)
225 dynamic_cast<abi::__class_type_info*>(Vtable->TypeInfo);
230 if (!isDerivedFromAtOffset(Derived, Base, -Vtable->Offset))
240 VtablePrefix *Vtable = getVtablePrefix(Object); local
241 if (!Vtable)
244 static_cast<const abi::__class_type_info*>(Vtable->TypeInfo),
245 -Vtable->Offset);
246 return DynamicTypeInfo(Vtable->TypeInfo->__type_name, -Vtable
[all...]
/external/chromium_org/chrome_frame/
H A Dvtable_patch_manager.cc55 typedef PROC* Vtable; typedef in namespace:vtable_patch
59 inline Vtable GetIFVTable(void* unknown) {
60 return reinterpret_cast<Vtable>(*reinterpret_cast<void**>(unknown));
70 Vtable vtable = GetIFVTable(unknown);
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1170 llvm::Constant *Vtable = TheModule.getGlobalVariable(vtableName); local
1171 if (!Vtable) {
1172 Vtable = new llvm::GlobalVariable(TheModule, PtrToInt8Ty, true,
1176 Vtable = llvm::ConstantExpr::getGetElementPtr(Vtable, Two);
1177 Vtable = llvm::ConstantExpr::getBitCast(Vtable, PtrToInt8Ty);
1183 fields.push_back(Vtable);

Completed in 105 milliseconds