reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
193 if (TheTriple.isOSDarwin() || TheTriple.isOSBinFormatMachO()) 193 if (TheTriple.isOSDarwin() || TheTriple.isOSBinFormatMachO()) 194 MAI = new ARMMCAsmInfoDarwin(TheTriple); 195 else if (TheTriple.isWindowsMSVCEnvironment()) 197 else if (TheTriple.isOSWindows()) 200 MAI = new ARMELFMCAsmInfo(TheTriple);