forked from OSchip/llvm-project
parent
143f2f6e37
commit
bfecca3331
|
@ -1054,7 +1054,7 @@ llvm::DIType CGDebugInfo::getOrCreateVTablePtrType(llvm::DIFile Unit) {
|
|||
|
||||
/// getVTableName - Get vtable name for the given Class.
|
||||
StringRef CGDebugInfo::getVTableName(const CXXRecordDecl *RD) {
|
||||
// Otherwise construct gdb compatible name name.
|
||||
// Construct gdb compatible name name.
|
||||
std::string Name = "_vptr$" + RD->getNameAsString();
|
||||
|
||||
// Copy this name on the side and use its reference.
|
||||
|
|
Loading…
Reference in New Issue