Lines Matching full:is64bit
228 if (O->is64Bit()) {
241 bool Is64 = O->is64Bit();
405 if (O->is64Bit()) {
419 macho::LoadCommandType SegmentLoadType = is64Bit() ?
450 unsigned SymbolTableEntrySize = is64Bit() ?
469 if (is64Bit()) {
488 if (is64Bit()) {
684 if (is64Bit()) {
696 if (is64Bit()) {
712 if (is64Bit()) {
729 if (is64Bit()) {
819 if (is64Bit()) {
836 if (is64Bit()) {
884 unsigned SymbolTableEntrySize = is64Bit() ?
1224 unsigned SymbolTableEntrySize = is64Bit() ?
1265 return is64Bit() ? 8 : 4;
1270 if (!is64Bit()) {
1453 unsigned HeaderSize = is64Bit() ? macho::Header64Size : macho::Header32Size;
1582 bool MachOObjectFile::is64Bit() const {