• Home
  • Raw
  • Download

Lines Matching defs:RD

333   const CXXRecordDecl *RD = Base.getBase();  in ComputeBaseOffsets()  local
385 const CXXRecordDecl *RD = Base.getBase(); in dump() local
479 static VTableComponent MakeRTTI(const CXXRecordDecl *RD) { in MakeRTTI()
849 const CXXRecordDecl *RD = Base.getBase(); in AddVCallOffsets() local
919 VCallAndVBaseOffsetBuilder::AddVBaseOffsets(const CXXRecordDecl *RD, in AddVBaseOffsets()
1524 const CXXRecordDecl *RD = FirstBaseInPrimaryBaseChain; in IsOverriderUsed() local
1596 const CXXRecordDecl *RD = Base.getBase(); in AddMethods() local
1793 const CXXRecordDecl *RD = Base.getBase(); in LayoutPrimaryAndSecondaryVTables() local
1833 const CXXRecordDecl *RD = Base.getBase(); in LayoutSecondaryVTables() local
1885 VTableBuilder::DeterminePrimaryVirtualBases(const CXXRecordDecl *RD, in DeterminePrimaryVirtualBases()
1944 VTableBuilder::LayoutVTablesForVirtualBases(const CXXRecordDecl *RD, in LayoutVTablesForVirtualBases()
2155 const CXXRecordDecl *RD = I->second.getBase(); in dumpLayout() local
2308 CollectPrimaryBases(const CXXRecordDecl *RD, ASTContext &Context, in CollectPrimaryBases()
2322 void CodeGenVTables::ComputeMethodVTableIndices(const CXXRecordDecl *RD) { in ComputeMethodVTableIndices()
2425 bool CodeGenVTables::ShouldEmitVTableInThisTU(const CXXRecordDecl *RD) { in ShouldEmitVTableInThisTU()
2452 uint64_t CodeGenVTables::getNumVirtualFunctionPointers(const CXXRecordDecl *RD) { in getNumVirtualFunctionPointers()
2470 const CXXRecordDecl *RD = cast<CXXMethodDecl>(GD.getDecl())->getParent(); in getMethodVTableIndex() local
2480 CodeGenVTables::getVirtualBaseOffsetOffset(const CXXRecordDecl *RD, in getVirtualBaseOffsetOffset()
2511 CodeGenVTables::getAddressPoint(BaseSubobject Base, const CXXRecordDecl *RD) { in getAddressPoint()
2956 const CXXRecordDecl *RD = MD->getParent(); in EmitThunks() local
2972 void CodeGenVTables::ComputeVTableRelatedInformation(const CXXRecordDecl *RD, in ComputeVTableRelatedInformation()
3063 CodeGenVTables::CreateVTableInitializer(const CXXRecordDecl *RD, in CreateVTableInitializer()
3172 llvm::GlobalVariable *CodeGenVTables::GetAddrOfVTable(const CXXRecordDecl *RD) { in GetAddrOfVTable()
3195 const CXXRecordDecl *RD) { in EmitVTableDefinition()
3223 CodeGenVTables::GenerateConstructionVTable(const CXXRecordDecl *RD, in GenerateConstructionVTable()
3281 const CXXRecordDecl *RD) { in GenerateClassData()