Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1261 virtual bool hasPS4DLLImportExport() const { in hasPS4DLLImportExport() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1990 if (CGM.getTarget().hasPS4DLLImportExport()) { in getAddrOfVTable()
3286 if (CGM.getTarget().hasPS4DLLImportExport()) { in GetAddrOfExternalRTTIDescriptor()
3472 if (CGM.getTarget().hasPS4DLLImportExport()) in ShouldUseExternalRTTIDescriptor()
3936 if (CGM.getTarget().hasPS4DLLImportExport()) { in BuildTypeInfo()
3982 GV->setDLLStorageClass(CGM.getTarget().hasPS4DLLImportExport() in BuildTypeInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2396 !Context.getTargetInfo().hasPS4DLLImportExport()) in computeKeyFunction()