Home
last modified time | relevance | path

Searched refs:getMangledCXXRTTI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DVisitor.h65 std::string getMangledCXXRTTI(const CXXRecordDecl *D) const;
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp433 std::string InstallAPIVisitor::getMangledCXXRTTI(const CXXRecordDecl *D) const { in getMangledCXXRTTI() function in clang::installapi::InstallAPIVisitor
533 std::string Name = getMangledCXXRTTI(D); in emitVTableSymbols()