reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
28 bool isGlobalInSmallSection(const GlobalObject *GO,
1028 if (GO && Subtarget.useSmallData() && HLOF.isGlobalInSmallSection(GO, HTM)) 3234 return !GO || !HTM.getObjFileLowering()->isGlobalInSmallSection(GO, HTM);lib/Target/Hexagon/HexagonTargetObjectFile.cpp
149 if (isGlobalInSmallSection(GO, TM)) 189 if (isGlobalInSmallSection(GO, TM))