Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2962 bool IsDLLImport = RD->hasAttr<DLLImportAttr>(); in ShouldUseExternalRTTIDescriptor() local
2965 if (CGM.getTriple().isWindowsGNUEnvironment() && IsDLLImport) in ShouldUseExternalRTTIDescriptor()
2969 return IsDLLImport && !CGM.getTriple().isWindowsItaniumEnvironment() in ShouldUseExternalRTTIDescriptor()
2973 if (IsDLLImport) in ShouldUseExternalRTTIDescriptor()