| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | DragonFly.cpp | 60 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local 70 if (Static) { in ConstructJob() 132 if (!Static) { in ConstructJob() 138 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob() 166 if (Static || Args.hasArg(options::OPT_static_libgcc)) { in ConstructJob()
|
| H A D | OpenBSD.cpp | 115 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local 145 if (Static) { in ConstructJob() 179 else if (Static && !Nopie) in ConstructJob() 219 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob()
|
| H A D | Haiku.cpp | 29 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local 51 if (Static) { in ConstructJob() 106 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob()
|
| H A D | NetBSD.cpp | 123 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local 132 if (Static) { in ConstructJob() 310 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob() 341 if (Static) { in ConstructJob()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 90 // Static attributes for 'schedule' clause. 106 // Static attributes for 'defaultmap' clause. 121 // Static attributes for 'depend' clause. 178 // Static attributes for 'dist_schedule' clause.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 180 if (TM.getRelocationModel() == Reloc::Static) in classifyGlobalReference() 222 if (!is64Bit() && !GV && TM.getRelocationModel() == Reloc::Static) in classifyGlobalFunctionReference() 246 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
|
| H A D | X86TargetMachine.cpp | 177 return Reloc::Static; in getEffectiveRelocModel() 189 return Reloc::Static; in getEffectiveRelocModel() 200 return Reloc::Static; in getEffectiveRelocModel() 205 if (*RM == Reloc::Static && TT.isOSDarwin() && is64Bit) in getEffectiveRelocModel()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | stericsson,db8500-prcmu.yaml | 167 description: Embedded Static RAM (ESRAM) 1 and 2 voltage regulator. 172 description: Embedded Static RAM (ESRAM) 1 and 2 voltage regulator for 178 description: Embedded Static RAM (ESRAM) 3 and 4 voltage regulator. 183 description: Embedded Static RAM (ESRAM) 3 and 4 voltage regulator for
|
| H A D | atmel-smc.txt | 1 * Device tree bindings for Atmel SMC (Static Memory Controller)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInsertWriteVXRM.cpp | 46 Static, enumerator 63 bool isStatic() const { return State == Static; } in isStatic() 68 State = Static; in setVXRMImm()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | arm,pl353-smc.yaml | 7 title: ARM PL353 Static Memory Controller (SMC) device-tree bindings 14 The PL353 Static Memory Controller is a bus where you can connect two kinds
|
| H A D | arm,pl35x-smc.yaml | 7 title: Arm PL35x Series Static Memory Controller (SMC) 13 The PL35x Static Memory Controller is a bus where you can connect two kinds
|
| H A D | ingenic,nemc-peripherals.yaml | 40 description: Static memory recovery time in nanoseconds.
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Speculation.h | 110 LookupKind::Static, in launchCompile() 154 LookupKind::Static, in registerSymbols()
|
| /freebsd-14.2/usr.sbin/bsdinstall/scripts/ |
| H A D | netconfig_ipv6 | 113 --mixedform 'Static IPv6 Network Interface Configuration' 0 0 0 \
|
| /freebsd-14.2/sys/contrib/libsodium/packaging/nuget/ |
| H A D | package.gsl | 69 <!-- x86 Static libraries (.lib) --> 73 <!-- x86 Static link time code generation libraries (.ltcg.lib) --> 93 <!-- x64 Static libraries (.lib) --> 97 <!-- x64 Static link time code generation libraries (.ltcg.lib) --> 256 <EnumValue Name="static" DisplayName="Static (LIB)" /> 257 <EnumValue Name="ltcg" DisplayName="Static using link time compile generation (LTCG)" />
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaTargetMachine.cpp | 41 return Reloc::Static; in getEffectiveRelocModel()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | brcm,iproc-static-adc.txt | 1 * Broadcom's IPROC Static ADC controller
|
| H A D | brcm,iproc-static-adc.yaml | 7 title: Broadcom's IPROC Static ADC controller
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430TargetMachine.cpp | 33 return RM.value_or(Reloc::Static); in getEffectiveRelocModel()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.cpp | 30 return RM.value_or(Reloc::Static); in getEffectiveRelocModel()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCTargetMachine.cpp | 26 return RM.value_or(Reloc::Static); in getRelocModel()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.cpp | 43 return RM.value_or(Reloc::Static); in getEffectiveRelocModel()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/spi/ |
| H A D | aspeed,ast2600-fmc.yaml | 14 This binding describes the Aspeed Static Memory Controllers (FMC and
|