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 94 /// GetAddrOfVTable - Get the address of the vtable for the given record decl.
95 llvm::GlobalVariable *GetAddrOfVTable(const CXXRecordDecl *RD);
111 /// 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 294 llvm::Value *VTable = CGM.getVTables().GetAddrOfVTable(RD);
CGVTables.cpp 635 llvm::GlobalVariable *CodeGenVTables::GetAddrOfVTable(const CXXRecordDecl *RD) {
833 llvm::GlobalVariable *VTable = GetAddrOfVTable(RD);
    [all...]
CGExprConstant.cpp 565 VTable = CGM.getVTables().GetAddrOfVTable(CD);
    [all...]
CGClass.cpp     [all...]

Completed in 51 milliseconds