Home
last modified time | relevance | path

Searched refs:Large (Results 1 – 25 of 98) sorted by relevance

1234

/src/contrib/bzip2/
H A DREADME.COMPILATION.PROBLEMS18 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 DTargetMachine.cpp51 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 DX86Subtarget.cpp77 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 DX86IndirectBranchTracking.cpp108 case CodeModel::Large: in needsPrologueENDBR()
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h42 return CodeModel::Large; in unwrap()
57 case CodeModel::Large: in wrap()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
40 enum Level { Default=0, Small=1, Large=2 }; enumerator
/src/lib/libfetch/
H A Dhttp.errors34 413 PROTO Request Entity Too Large
35 414 PROTO Request-URI Too Large
/src/contrib/llvm-project/lld/docs/ELF/
H A Dlarge_sections.rst1 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 DInstrumentation.cpp96 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 DPPCSubtarget.cpp197 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol()
237 assert((CM == CodeModel::Small || CM == CodeModel::Large) && in getCodeModel()
/src/sys/dev/qlxge/
H A DREADME.txt38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
/src/sys/dev/qlxgb/
H A DREADME.txt38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h280 unsigned Opc, bool UseGOT, bool Large = false) const;
282 unsigned Opc, bool Large = false) const;
284 unsigned Opc, bool Large = false) const;
H A DLoongArchExpandPseudoInsts.cpp203 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 DLoongArchTargetMachine.cpp77 case CodeModel::Large: in getEffectiveLoongArchCodeModel()
/src/sys/dev/qlxgbe/
H A DREADME.txt38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
/src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp36 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp118 case CodeModel::Large: in print()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp398 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
438 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
H A DAArch64TargetMachine.cpp322 *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 DM68kTargetMachine.cpp90 } else if (CM == CodeModel::Large) { in getEffectiveCodeModel()
/src/contrib/libpcap/cmake/Modules/
H A DFindFseeko.cmake31 # FSEEKO_FOUND - If there is Large files support
/src/crypto/openssl/doc/man3/
H A DBIO_new_CMS.pod43 Large numbers of small writes through the chain should be avoided as this will
/src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp91 return CodeModel::Large; in getEffectiveSparcCodeModel()
/src/contrib/file/magic/Magdir/
H A Dxenix173 >0x1e leshort &0x4 Large Text
174 >0x1e leshort &0x2 Large Data

1234