parent
							
								
									38c44ea6b0
								
							
						
					
					
						commit
						3b9176985d
					
				| 
						 | 
					@ -1456,6 +1456,14 @@ namespace clang {
 | 
				
			||||||
    os.flush();
 | 
					    os.flush();
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  void mangleCXXVTT(MangleContext &Context, const CXXRecordDecl *RD,
 | 
				
			||||||
 | 
					                       llvm::raw_ostream &os) {
 | 
				
			||||||
 | 
					    CXXNameMangler Mangler(Context, os);
 | 
				
			||||||
 | 
					    Mangler.mangleCXXVTT(RD);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    os.flush();
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  void mangleCXXCtorVtable(MangleContext &Context, const CXXRecordDecl *RD,
 | 
					  void mangleCXXCtorVtable(MangleContext &Context, const CXXRecordDecl *RD,
 | 
				
			||||||
                           int64_t Offset, const CXXRecordDecl *Type,
 | 
					                           int64_t Offset, const CXXRecordDecl *Type,
 | 
				
			||||||
                           llvm::raw_ostream &os) {
 | 
					                           llvm::raw_ostream &os) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue