reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
52 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; 57 if (GO->isDeclaration() || GO->hasAvailableExternallyLinkage()) 57 if (GO->isDeclaration() || GO->hasAvailableExternallyLinkage()) 58 return isGlobalInSmallSectionImpl(GO, TM); 60 return isGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); 60 return isGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM));