Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetObjectFile.cpp34 return Size > 0 && Size <= SSThreshold; in isInSmallSection()
94 SSThreshold = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in getModuleMetadata()
HDRISCVTargetObjectFile.h21 unsigned SSThreshold = 8; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiTargetObjectFile.cpp23 static cl::opt<unsigned> SSThreshold( variable
45 return Size > 0 && Size <= SSThreshold; in isInSmallSection()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsTargetObjectFile.cpp24 SSThreshold("mips-ssection-threshold", cl::Hidden, variable
65 return Size > 0 && Size <= SSThreshold; in IsInSmallSection()