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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1007 llvm::Constant *Vtable = TheModule.getGlobalVariable(vtableName); local
1008 if (!Vtable) {
1009 Vtable = new llvm::GlobalVariable(TheModule, PtrToInt8Ty, true,
1013 Vtable = llvm::ConstantExpr::getGetElementPtr(Vtable, Two);
1014 Vtable = llvm::ConstantExpr::getBitCast(Vtable, PtrToInt8Ty);
1020 fields.push_back(Vtable);

Completed in 117 milliseconds