Lines Matching full:large
48 // the large code model is mostly used for JIT compilation, just look at the in isLargeGlobalValue()
51 return getCodeModel() == CodeModel::Large; in isLargeGlobalValue()
65 // Functions/GlobalIFuncs are only large under the large code model. in isLargeGlobalValue()
73 return getCodeModel() == CodeModel::Large; in isLargeGlobalValue()
80 // that the global should be placed in a small section, and ditto for large. in isLargeGlobalValue()
84 if (*CM == CodeModel::Large) in isLargeGlobalValue()
89 // large sections of .lbss, .ldata, .lrodata. This reduces the risk of linking in isLargeGlobalValue()
90 // together small and large sections, resulting in small references to large in isLargeGlobalValue()
98 // Respect large data threshold for medium and large code models. in isLargeGlobalValue()
100 getCodeModel() == CodeModel::Large) { in isLargeGlobalValue()
104 // binary, so treat them as large. in isLargeGlobalValue()
154 case CodeModel::Large: in getMaxCodeSize()