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

/external/clang/lib/CodeGen/
H A DCGVTables.h102 /// GetAddrOfVTable - Get the address of the vtable for the given record decl.
103 llvm::GlobalVariable *GetAddrOfVTable(const CXXRecordDecl *RD);
119 /// GetAddrOfVTable - Get the address of the VTT for the given record decl.
H A DCGVTT.cpp30 return CGVT.GetAddrOfVTable(MostDerivedClass);
109 (void) GetAddrOfVTable(RD);
H A DCGCXX.cpp332 VTable = CGM.getVTables().GetAddrOfVTable(RD);
366 llvm::Value *VTable = CGM.getVTables().GetAddrOfVTable(RD);
H A DCGVTables.cpp617 llvm::GlobalVariable *CodeGenVTables::GetAddrOfVTable(const CXXRecordDecl *RD) { function in class:CodeGenVTables
714 llvm::GlobalVariable *VTable = GetAddrOfVTable(RD);
H A DCGClass.cpp1607 llvm::Constant *VTable = CGM.getVTables().GetAddrOfVTable(RD);
H A DCGExprConstant.cpp598 VTable = CGM.getVTables().GetAddrOfVTable(CD);

Completed in 711 milliseconds