| /src/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
|
| /src/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 51 return getCodeModel() == CodeModel::Large; in isLargeGlobalValue() 73 return getCodeModel() == CodeModel::Large; in isLargeGlobalValue() 84 if (*CM == CodeModel::Large) in isLargeGlobalValue() 100 getCodeModel() == CodeModel::Large) { in isLargeGlobalValue() 154 case CodeModel::Large: in getMaxCodeSize()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 77 if (AllowTaggedGlobals && CM != CodeModel::Large && GV && !isa<Function>(GV)) in classifyLocalReference() 91 if (CM == CodeModel::Large) in classifyLocalReference() 128 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference() 163 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference() 336 if (!isPositionIndependent() || TM.getCodeModel() == CodeModel::Large) in X86Subtarget()
|
| H A D | X86IndirectBranchTracking.cpp | 108 case CodeModel::Large: in needsPrologueENDBR()
|
| /src/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | CodeGenCWrappers.h | 42 return CodeModel::Large; in unwrap() 57 case CodeModel::Large: in wrap()
|
| /src/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
|
| /src/lib/libfetch/ |
| H A D | http.errors | 34 413 PROTO Request Entity Too Large 35 414 PROTO Request-URI Too Large
|
| /src/contrib/llvm-project/lld/docs/ELF/ |
| H A D | large_sections.rst | 1 Large data sections 25 large globals depending on if their size is over a certain threshold. Large 29 Large globals are placed in separate sections from small globals, and those
|
| /src/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()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.cpp | 197 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol() 237 assert((CM == CodeModel::Small || CM == CodeModel::Large) && in getCodeModel()
|
| /src/sys/dev/qlxge/ |
| H A D | README.txt | 38 * Large Segment Offload over TCP IPV4 39 * Large Segment Offload over TCP IPV6
|
| /src/sys/dev/qlxgb/ |
| H A D | README.txt | 38 * Large Segment Offload over TCP IPV4 39 * Large Segment Offload over TCP IPV6
|
| /src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 280 unsigned Opc, bool UseGOT, bool Large = false) const; 282 unsigned Opc, bool Large = false) const; 284 unsigned Opc, bool Large = false) const;
|
| H A D | LoongArchExpandPseudoInsts.cpp | 203 bool Large = MF->getTarget().getCodeModel() == CodeModel::Large; in expandLoadAddressTLSLE() local 206 Large ? MF->getRegInfo().createVirtualRegister(&LoongArch::GPRRegClass) in expandLoadAddressTLSLE() 219 if (Large) { in expandLoadAddressTLSLE() 716 case CodeModel::Large: { in expandFunctionCALL()
|
| H A D | LoongArchTargetMachine.cpp | 77 case CodeModel::Large: in getEffectiveLoongArchCodeModel()
|
| /src/sys/dev/qlxgbe/ |
| H A D | README.txt | 38 * Large Segment Offload over TCP IPV4 39 * Large Segment Offload over TCP IPV6
|
| /src/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.cpp | 36 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 118 case CodeModel::Large: in print()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 398 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference() 438 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
|
| H A D | AArch64TargetMachine.cpp | 322 *CM != CodeModel::Large) { in getEffectiveAArch64CodeModel() 336 return CodeModel::Large; in getEffectiveAArch64CodeModel() 388 !(getCodeModel() == CodeModel::Large && TT.isOSBinFormatMachO())) { in AArch64TargetMachine()
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kTargetMachine.cpp | 90 } else if (CM == CodeModel::Large) { in getEffectiveCodeModel()
|
| /src/contrib/libpcap/cmake/Modules/ |
| H A D | FindFseeko.cmake | 31 # FSEEKO_FOUND - If there is Large files support
|
| /src/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
|
| /src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 91 return CodeModel::Large; in getEffectiveSparcCodeModel()
|
| /src/contrib/file/magic/Magdir/ |
| H A D | xenix | 173 >0x1e leshort &0x4 Large Text 174 >0x1e leshort &0x2 Large Data
|