| /freebsd-12.1/contrib/googletest/googletest/xcode/Config/ |
| H A D | StaticLibraryTarget.xcconfig | 10 // Static libs can be included in bundles so make them position independent 13 // Static libs should not have their internal globals or external symbols
|
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 166 if (RM == Reloc::Static) in shouldAssumeDSOLocal() 175 RM == Reloc::Static || M.getPIELevel() != PIELevel::Default; in shouldAssumeDSOLocal() 195 if (!IsTLS && !IsPPC && (RM == Reloc::Static || IsAccessViaCopyRelocs)) in shouldAssumeDSOLocal()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.cpp | 160 return Reloc::Static; in getEffectiveRelocModel() 172 return Reloc::Static; in getEffectiveRelocModel() 183 return Reloc::Static; in getEffectiveRelocModel() 188 if (*RM == Reloc::Static && TT.isOSDarwin() && is64Bit) in getEffectiveRelocModel()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
|
| /freebsd-12.1/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-12.1/usr.sbin/bsdinstall/scripts/ |
| H A D | netconfig_ipv6 | 111 --mixedform 'Static IPv6 Network Interface Configuration' 0 0 0 \
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430TargetMachine.cpp | 31 return Reloc::Static; in getEffectiveRelocModel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCTargetMachine.cpp | 25 return Reloc::Static; in getRelocModel()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 356 // Static attributes for 'default' clause. 360 // Static attributes for 'proc_bind' clause. 365 // Static attributes for 'schedule' clause. 377 // Static attributes for 'defaultmap' clause. 383 // Static attributes for 'depend' clause. 627 // Static attributes for 'dist_schedule' clause.
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetMachine.cpp | 46 return Reloc::Static; in getEffectiveRelocModel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.cpp | 40 return RM.hasValue() ? *RM : Reloc::Static; in getEffectiveRelocModel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.cpp | 30 return Reloc::Static; in getEffectiveRelocModel()
|
| /freebsd-12.1/contrib/apr/ |
| H A D | apr.dsp | 5 # TARGTYPE "Win32 (x86) Static Library" 0x0104 20 !MESSAGE "apr - Win32 Release" (based on "Win32 (x86) Static Library") 21 !MESSAGE "apr - Win32 Debug" (based on "Win32 (x86) Static Library") 22 !MESSAGE "apr - Win32 Release9x" (based on "Win32 (x86) Static Library") 23 !MESSAGE "apr - Win32 Debug9x" (based on "Win32 (x86) Static Library") 24 !MESSAGE "apr - x64 Release" (based on "Win32 (x86) Static Library") 25 !MESSAGE "apr - x64 Debug" (based on "Win32 (x86) Static Library")
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Symbols.def | 10 // The list of symbols (SymExpr sub-classes) used in the Static Analyzer.
|
| H A D | Regions.def | 10 // The list of regions (MemRegion sub-classes) used in the Static Analyzer.
|
| H A D | SVals.def | 10 // The list of symbolic values (SVal kinds and sub-kinds) used in the Static
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | OSTargets.cpp | 43 if (Opts.Static) in getDarwinDefines()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 184 return TT.isOSBinFormatMachO() ? Reloc::PIC_ : Reloc::Static; in getEffectiveRelocModel() 192 return Reloc::Static; in getEffectiveRelocModel()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Analyses.def | 1 //===-- Analyses.def - Metadata about Static Analyses -----------*- C++ -*-===//
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptExpressionOpts.cpp | 120 reloc_model = llvm::Reloc::Static; in runOnModule()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | LTO.cpp | 57 C.RelocModel = Reloc::Static; in createLTO()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.cpp | 98 return Reloc::Static; in getEffectiveRelocModel()
|
| /freebsd-12.1/tools/tools/tinybsd/conf/minimal/ |
| H A D | TINYBSD | 40 options ATA_STATIC_ID # Static device numbering
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 59 return Reloc::Static; in getEffectiveRelocModel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 89 return Reloc::Static; in getEffectiveRelocModel()
|