Searched refs:SSThreshold (Results 1 – 4 of 4) sorted by relevance
34 return Size > 0 && Size <= SSThreshold; in isInSmallSection()94 SSThreshold = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in getModuleMetadata()
21 unsigned SSThreshold = 8; variable
23 static cl::opt<unsigned> SSThreshold( variable45 return Size > 0 && Size <= SSThreshold; in isInSmallSection()
24 SSThreshold("mips-ssection-threshold", cl::Hidden, variable65 return Size > 0 && Size <= SSThreshold; in IsInSmallSection()