reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
401 static bool isBigEndian(Arch arch);
278 _isBig(MachOLinkingContext::isBigEndian(_ctx.arch())) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp 259 _bigEndianArch(MachOLinkingContext::isBigEndian(file.arch)),
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp387 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch); 598 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch); 827 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch); 1077 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch); 1183 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch); 1346 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch); 1374 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch);tools/lld/lib/ReaderWriter/MachO/ObjCPass.cpp
114 bool IsBig = MachOLinkingContext::isBigEndian(_ctx.arch());