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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3663 static llvm::GlobalValue::LinkageTypes getLinkageForRTTI(QualType Ty) { function in namespace:__anon557
3692 Linkage(getLinkageForRTTI(CGM.getContext().getTagDeclType(RD))),
4021 getLinkageForRTTI(Type),
4086 ThunkTy, getLinkageForRTTI(RecordTy), ThunkName.str(), &CGM.getModule());
4259 CGM.getModule(), CTType, /*isConstant=*/true, getLinkageForRTTI(T),
4377 CGM.getModule(), CTAType, /*isConstant=*/true, getLinkageForRTTI(T),
4446 CGM.getModule(), TIType, /*isConstant=*/true, getLinkageForRTTI(T),

Completed in 134 milliseconds