Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp2611 bool IsDLLImport = RD->hasAttr<DLLImportAttr>(); in ShouldUseExternalRTTIDescriptor() local
2613 return IsDLLImport ? false : true; in ShouldUseExternalRTTIDescriptor()
2615 if (IsDLLImport) in ShouldUseExternalRTTIDescriptor()