Home | History | Annotate | Download | only in Object

Lines Matching full:is64

80   bool Is64 = O->is64Bit();
81 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) :
83 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
1669 MachOObjectFile::rebaseTable(ArrayRef<uint8_t> Opcodes, bool is64) {
1670 MachORebaseEntry Start(Opcodes, is64);
1673 MachORebaseEntry Finish(Opcodes, is64);
1919 MachOObjectFile::bindTable(ArrayRef<uint8_t> Opcodes, bool is64,
1921 MachOBindEntry Start(Opcodes, is64, BKind);
1924 MachOBindEntry Finish(Opcodes, is64, BKind);