| /freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 33 static std::string GetRecordMethodMacroName(bool Static, bool Const, in GetRecordMethodMacroName() argument 39 if (Static) in GetRecordMethodMacroName() 56 static std::string GetRegisterMethodMacroName(bool Static, bool Const) { in GetRegisterMethodMacroName() argument 61 if (Static) in GetRegisterMethodMacroName() 72 StringRef Values, bool Static, in GetRecordMethodMacro() argument 77 OS << GetRecordMethodMacroName(Static, Const, Values.empty()); in GetRecordMethodMacro() 126 bool Static, bool Const) { in GetRegisterMethodMacro() argument 129 OS << GetRegisterMethodMacroName(Static, Const); in GetRegisterMethodMacro()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 63 // Static attributes for 'schedule' clause. 79 // Static attributes for 'defaultmap' clause. 94 // Static attributes for 'depend' clause. 131 // Static attributes for 'dist_schedule' clause.
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 171 if (TM.getRelocationModel() == Reloc::Static) in classifyGlobalReference() 210 if (!is64Bit() && !GV && TM.getRelocationModel() == Reloc::Static) in classifyGlobalFunctionReference() 234 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
|
| H A D | X86TargetMachine.cpp | 161 return Reloc::Static; in getEffectiveRelocModel() 173 return Reloc::Static; in getEffectiveRelocModel() 184 return Reloc::Static; in getEffectiveRelocModel() 189 if (*RM == Reloc::Static && TT.isOSDarwin() && is64Bit) in getEffectiveRelocModel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Speculation.h | 111 LookupKind::Static, in launchCompile() 155 LookupKind::Static, in registerSymbols()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | atmel-smc.txt | 1 * Device tree bindings for Atmel SMC (Static Memory Controller)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYTargetMachine.cpp | 47 RM.getValueOr(Reloc::Static), in CSKYTargetMachine()
|
| /freebsd-13.1/usr.sbin/bsdinstall/scripts/ |
| H A D | netconfig_ipv6 | 111 --mixedform 'Static IPv6 Network Interface Configuration' 0 0 0 \
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430TargetMachine.cpp | 31 return Reloc::Static; in getEffectiveRelocModel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCTargetMachine.cpp | 24 return RM.getValueOr(Reloc::Static); in getRelocModel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPConstants.h | 115 Static = 34, // static unspecialized enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.cpp | 29 return RM.getValueOr(Reloc::Static); in getEffectiveRelocModel()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | brcm,iproc-static-adc.txt | 1 * Broadcom's IPROC Static ADC controller
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.cpp | 40 return RM.getValueOr(Reloc::Static); in getEffectiveRelocModel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VETargetMachine.cpp | 64 return RM.getValueOr(Reloc::Static); in getEffectiveRelocModel()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Symbols.def | 9 // The list of symbols (SymExpr sub-classes) used in the Static Analyzer.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 104 return Reloc::Static; in getEffectiveRelocModel() 111 return Reloc::Static; in getEffectiveRelocModel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 78 case Reloc::Static: in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kTargetMachine.cpp | 76 return Reloc::Static; in getEffectiveRelocModel()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptExpressionOpts.cpp | 119 reloc_model = llvm::Reloc::Static; in runOnModule()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | ingenic,nemc.yaml | 70 description: Static memory recovery time in nanoseconds.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 197 return TT.isOSBinFormatMachO() ? Reloc::PIC_ : Reloc::Static; in getEffectiveRelocModel() 205 return Reloc::Static; in getEffectiveRelocModel()
|