Home
last modified time | relevance | path

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

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