reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
399 static bool is64Bit(Arch arch);
229 if (is64Bit(_arch)) { 313 return is64Bit(_arch);tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
257 _is64(MachOLinkingContext::is64Bit(file.arch)),
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp386 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); 826 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); 1100 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch); 1184 const bool is64 = MachOLinkingContext::is64Bit(normalizedFile.arch);