Home
last modified time | relevance | path

Searched refs:SSThreshold (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiTargetObjectFile.cpp23 static cl::opt<unsigned> SSThreshold( variable
44 return Size > 0 && Size <= SSThreshold; in isInSmallSection()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetObjectFile.cpp64 return Size > 0 && Size <= SSThreshold; in isInSmallSection()
125 SSThreshold = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in getModuleMetadata()
HDRISCVTargetObjectFile.h25 unsigned SSThreshold = 8; variable
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsTargetObjectFile.cpp24 SSThreshold("mips-ssection-threshold", cl::Hidden, variable
64 return Size > 0 && Size <= SSThreshold; in IsInSmallSection()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kTargetObjectFile.cpp30 static cl::opt<unsigned> SSThreshold( variable