reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/include/lld/ReaderWriter/MachOLinkingContext.h
  399   static bool is64Bit(Arch arch);

References

tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  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.cpp
  386   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);