Searched refs:getVTableName (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h395 /// getVTableName - Get vtable name for the given Class.
396 StringRef getVTableName(const CXXRecordDecl *Decl);
H A DCGDebugInfo.cpp1386 /// getVTableName - Get vtable name for the given Class.
1387 StringRef CGDebugInfo::getVTableName(const CXXRecordDecl *RD) { function in class:CGDebugInfo
1410 = DBuilder.createMemberType(Unit, getVTableName(RD), Unit,

Completed in 727 milliseconds