HomeSort by relevance Sort by last modified time
    Searched refs:GetAddrOfVTable (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CGVTables.h 98 /// GetAddrOfVTable - Get the address of the vtable for the given record decl.
99 llvm::GlobalVariable *GetAddrOfVTable(const CXXRecordDecl *RD);
115 /// GetAddrOfVTable - Get the address of the VTT for the given record decl.
CGVTT.cpp 30 return CGVT.GetAddrOfVTable(MostDerivedClass);
109 (void) GetAddrOfVTable(RD);
CGCXX.cpp 334 VTable = CGM.getVTables().GetAddrOfVTable(RD);
368 llvm::Value *VTable = CGM.getVTables().GetAddrOfVTable(RD);
CGVTables.cpp 616 llvm::GlobalVariable *CodeGenVTables::GetAddrOfVTable(const CXXRecordDecl *RD) {
808 llvm::GlobalVariable *VTable = GetAddrOfVTable(RD);
    [all...]
CGExprConstant.cpp 598 VTable = CGM.getVTables().GetAddrOfVTable(CD);
    [all...]
CGClass.cpp     [all...]

Completed in 99 milliseconds