| /freebsd-14.2/contrib/bzip2/ |
| H A D | README.COMPILATION.PROBLEMS | 18 6.0 and nmake, you can build a native Win32 version too. Large file 23 but many newer ones can. Large files are pretty huge -- most files 24 you'll encounter are not Large Files. 34 file support. For more details, see the Large File Support 35 Specification, published by the Large File Summit, at
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 76 if (AllowTaggedGlobals && CM != CodeModel::Large && GV && !isa<Function>(GV)) in classifyLocalReference() 90 if (CM == CodeModel::Large) in classifyLocalReference() 127 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference() 162 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference() 336 if (!isPositionIndependent() || TM.getCodeModel() == CodeModel::Large) in X86Subtarget()
|
| H A D | X86IndirectBranchTracking.cpp | 107 case CodeModel::Large: in needsPrologueENDBR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | CodeGenCWrappers.h | 42 return CodeModel::Large; in unwrap() 57 case CodeModel::Large: in wrap()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 56 return getCodeModel() == CodeModel::Large; in isLargeGlobalValue() 66 if (*CM == CodeModel::Large) in isLargeGlobalValue() 85 getCodeModel() == CodeModel::Large) { in isLargeGlobalValue() 133 case CodeModel::Large: in getMaxCodeSize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator 40 enum Level { Default=0, Small=1, Large=2 }; enumerator
|
| /freebsd-14.2/lib/libfetch/ |
| H A D | http.errors | 34 413 PROTO Request Entity Too Large 35 414 PROTO Request-URI Too Large
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | xenix | 74 >0x1e leshort &0x40 Large Text 75 >0x1e leshort &0x20 Large Data 101 >0x1e leshort &0x4 Large Text 102 >0x1e leshort &0x2 Large Data
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | Instrumentation.cpp | 96 if (!CM || (*CM != CodeModel::Medium && *CM != CodeModel::Large)) in setGlobalVariableLargeSection() 98 GV.setCodeModel(CodeModel::Large); in setGlobalVariableLargeSection()
|
| /freebsd-14.2/sys/dev/qlxge/ |
| H A D | README.txt | 38 * Large Segment Offload over TCP IPV4 39 * Large Segment Offload over TCP IPV6
|
| /freebsd-14.2/sys/dev/qlxgb/ |
| H A D | README.txt | 38 * Large Segment Offload over TCP IPV4 39 * Large Segment Offload over TCP IPV6
|
| /freebsd-14.2/sys/dev/qlxgbe/ |
| H A D | README.txt | 38 * Large Segment Offload over TCP IPV4 39 * Large Segment Offload over TCP IPV6
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchExpandPseudoInsts.cpp | 198 bool Large = MF->getTarget().getCodeModel() == CodeModel::Large; in expandLoadAddressTLSLE() local 201 Large ? MF->getRegInfo().createVirtualRegister(&LoongArch::GPRRegClass) in expandLoadAddressTLSLE() 214 if (Large) { in expandLoadAddressTLSLE() 608 case CodeModel::Large: { in expandFunctionCALL()
|
| H A D | LoongArchISelLowering.h | 262 unsigned Opc, bool Large = false) const; 264 unsigned Opc, bool Large = false) const;
|
| H A D | LoongArchTargetMachine.cpp | 68 case CodeModel::Large: in getEffectiveLoongArchCodeModel()
|
| H A D | LoongArchISelLowering.cpp | 782 case CodeModel::Large: { in getAddr() 853 bool Large) const { in getStaticTLSAddr() 862 SDValue Offset = Large in getStaticTLSAddr() 913 bool Large = DAG.getTarget().getCodeModel() == CodeModel::Large; in lowerGlobalTLSAddress() local 926 Large ? LoongArch::PseudoLA_TLS_GD_LARGE in lowerGlobalTLSAddress() 928 Large); in lowerGlobalTLSAddress() 934 Large ? LoongArch::PseudoLA_TLS_LD_LARGE in lowerGlobalTLSAddress() 936 Large); in lowerGlobalTLSAddress() 941 Large ? LoongArch::PseudoLA_TLS_IE_LARGE in lowerGlobalTLSAddress() 943 Large); in lowerGlobalTLSAddress() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.cpp | 36 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 390 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference() 430 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
|
| H A D | AArch64TargetMachine.cpp | 307 *CM != CodeModel::Large) { in getEffectiveAArch64CodeModel() 321 return CodeModel::Large; in getEffectiveAArch64CodeModel() 373 !(getCodeModel() == CodeModel::Large && TT.isOSBinFormatMachO())) { in AArch64TargetMachine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 119 case CodeModel::Large: in print()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.cpp | 177 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kTargetMachine.cpp | 90 } else if (CM == CodeModel::Large) { in getEffectiveCodeModel()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 91 return CodeModel::Large; in getEffectiveSparcCodeModel()
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | BIO_new_CMS.pod | 43 Large numbers of small writes through the chain should be avoided as this will
|
| /freebsd-14.2/contrib/libpcap/cmake/Modules/ |
| H A D | FindFseeko.cmake | 31 # FSEEKO_FOUND - If there is Large files support
|