reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
76 if ((STI.isDarwinABI() || STI.isAIXABI()) || STI.isPPC64()) 76 if ((STI.isDarwinABI() || STI.isAIXABI()) || STI.isPPC64()) 76 if ((STI.isDarwinABI() || STI.isAIXABI()) || STI.isPPC64()) 77 return (STI.isELFv2ABI() ? 4 : 6) * (STI.isPPC64() ? 8 : 4); 77 return (STI.isELFv2ABI() ? 4 : 6) * (STI.isPPC64() ? 8 : 4);