/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | PS4CPU.cpp | 35 assert(TC.getTriple().isPS()); in addProfileRTArgs() 86 assert(TC.getTriple().isPS()); in addSanitizerArgs()
|
H A D | CommonArgs.cpp | 157 if (Triple.isAArch64() || Triple.isPS() || Triple.isVE() || in useLeafFramePointerForTargetByDefault() 778 return Triple.isPS(); in isUseSeparateSections() 1870 if (EffectiveTriple.isPS()) { in ParsePICArgs() 1887 if (PIC && (Triple.isOSDarwin() || EffectiveTriple.isPS())) in ParsePICArgs()
|
H A D | Clang.cpp | 374 !Triple.isPS() && !Triple.isDriverKit(); in addExceptionArgs() 2338 !getToolChain().getTriple().isPS()) in AddX86TargetArgs() 3426 if (Triple.isPS()) { in RenderAnalyzerOptions() 3444 if (!Triple.isPS()) { in RenderAnalyzerOptions() 5101 options::OPT_fno_unified_lto, Triple.isPS()); in ConstructJob() 6236 if (RawTriple.isPS() && in ConstructJob() 6544 if (!RawTriple.isPS()) { in ConstructJob() 7167 RawTriple.isPS())) in ConstructJob()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 773 bool isPS() const { return isPS4() || isPS5(); } in isPS() function 1096 bool hasDLLImportExport() const { return isOSWindows() || isPS(); } in hasDLLImportExport()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Subtarget.h | 284 bool isTargetPS() const { return TargetTriple.isPS(); } in isTargetPS()
|
H A D | X86TargetMachine.cpp | 245 if (TT.isPS() || TT.isOSBinFormatMachO()) { in X86TargetMachine()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | FormatString.cpp | 889 return Target.getTriple().isOSFreeBSD() || Target.getTriple().isPS(); in hasValidLengthModifier() 929 return Target.getTriple().isOSFreeBSD() || Target.getTriple().isPS(); in hasValidLengthModifier()
|
H A D | RecordLayoutBuilder.cpp | 1233 Context.getTargetInfo().getTriple().isPS() || in LayoutBase() 1272 if (!Context.getTargetInfo().getTriple().isPS()) in LayoutBase() 1977 Target.isPS() || Target.isOSDarwin() || in LayoutField()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1296 getTriple().isWindowsItaniumEnvironment() || getTriple().isPS(); in shouldDLLImportComdatSymbols() 1301 return getTriple().isPS() || in hasPS4DLLImportExport()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | RuntimeLibcalls.cpp | 181 if (TT.isPS()) { in initLibcalls()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 721 if (T.isPS()) { in initializeLibCalls()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 1330 if (Triple.isOSDarwin() || Triple.isPS() || Triple.isOSFreeBSD()) in classifyIntegerMMXAsSSE() 2090 getContext().getTargetInfo().getTriple().isPS(); in classify()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 76 bool NoRTTI = Triple.isPS() || Triple.isDriverKit(); in CalculateRTTIMode()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 2058 if (TT.isOSBinFormatELF() && !TT.isPS()) { in emitRuntimeHook()
|
H A D | AddressSanitizer.cpp | 486 bool IsPS = TargetTriple.isPS(); in getShadowMapping()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 343 else if (TT.isPS()) in DwarfDebug()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 3796 if (TM.getTargetTriple().isPS() || TM.getTargetTriple().isWasm()) { in emitSPDescriptorFailure()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 2666 Context.getTargetInfo().getTriple().isPS()) { in CheckBaseSpecifier() 6402 Context.getTargetInfo().getTriple().isPS()) && in checkClassLevelDLLAttribute()
|
H A D | SemaDeclAttr.cpp | 1162 if (S.getASTContext().getTargetInfo().getTriple().isPS()) { in handlePackedAttr()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3186 if (TM.getTargetTriple().isPS()) in visitSPDescriptorFailure()
|