Home
last modified time | relevance | path

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

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