Lines Matching defs:is64Bit

94   assert(!is64Bit() && "32-bit interface called on 64-bit object file.");
103 assert(is64Bit() && "64-bit interface called on a 32-bit object file.");
111 assert(!is64Bit() && "Symbol table support not implemented for 64-bit.");
121 assert(!is64Bit() && "32-bit interface called on 64-bit object file.");
126 assert(is64Bit() && "64-bit interface called on a 32-bit object file.");
132 assert(!is64Bit() && "32-bit interface called on 64-bit object file.");
138 assert(is64Bit() && "64-bit interface called on a 32-bit object file.");
194 assert(!is64Bit() && "Symbol table support not implemented for 64-bit.");
199 assert(!is64Bit() && "Symbol table support not implemented for 64-bit.");
242 if (is64Bit())
251 if (is64Bit())
260 if (is64Bit())
272 if (is64Bit())
312 return is64Bit() ? toSection64(Sec)->FileOffsetToRawData == 0
361 assert(!is64Bit() && "64-bit support not implemented yet.");
368 assert(!is64Bit() && "64-bit support not implemented yet.");
388 uint8_t XCOFFObjectFile::getBytesInAddress() const { return is64Bit() ? 8 : 4; }
391 return is64Bit() ? "aix5coff64-rs6000" : "aixcoff-rs6000";
395 return is64Bit() ? Triple::ppc64 : Triple::ppc;
415 return is64Bit() ? sizeof(XCOFFFileHeader64) : sizeof(XCOFFFileHeader32);
419 return is64Bit() ? sizeof(XCOFFSectionHeader64) :
423 bool XCOFFObjectFile::is64Bit() const {
428 return is64Bit() ? fileHeader64()->Magic : fileHeader32()->Magic;
443 assert(!is64Bit() && "Symbol table support not implemented for 64-bit.");
467 return is64Bit() ? fileHeader64()->NumberOfSections
472 return is64Bit() ? fileHeader64()->TimeStamp : fileHeader32()->TimeStamp;
476 return is64Bit() ? fileHeader64()->AuxHeaderSize
507 is64Bit() ? getNumberOfSymbolTableEntries64()
536 if (is64Bit())
548 return is64Bit() ? fileHeader64()->Flags : fileHeader32()->Flags;
552 return is64Bit() ? toSection64(Sec)->Name : toSection32(Sec)->Name;
560 return is64Bit() ? toSection64(Sec)->Flags : toSection32(Sec)->Flags;
569 assert(is64Bit() && "64-bit interface called for non 64-bit file.");
576 assert(!is64Bit() && "32-bit interface called for non 32-bit file.");
683 if (Obj->is64Bit())
726 assert(!OwningObjectPtr->is64Bit() &&
757 if (OwningObjectPtr->is64Bit())