Lines Matching refs:Is64Bit
39 Is64Bit = Obj.Header.Magic == (llvm::yaml::Hex16)XCOFF::XCOFF64; in XCOFFWriter()
72 bool Is64Bit = false; member in __anonb16345390111::XCOFFWriter
106 return (SymbolName.size() > XCOFF::NameSize) || Is64Bit; in nameShouldBeInStringTable()
112 uint64_t RelSize = Is64Bit ? XCOFF::RelocationSerializationSize64 in initRelocations()
220 unsigned Mask = Is64Bit ? XCOFFSectionHeader64::SectionFlagsTypeMask in initSectionHeaders()
406 Is64Bit ? XCOFF::FileHeaderSize64 : XCOFF::FileHeaderSize32; in assignAddressesAndIndices()
416 (Is64Bit ? XCOFF::AuxFileHeaderSize64 : XCOFF::AuxFileHeaderSize32); in assignAddressesAndIndices()
418 Is64Bit ? XCOFF::SectionHeaderSize64 : XCOFF::SectionHeaderSize32; in assignAddressesAndIndices()
444 if (Is64Bit) { in writeFileHeader()
464 if (Is64Bit) { in writeAuxFileHeader()
492 if (Is64Bit) { in writeAuxFileHeader()
516 if (Is64Bit) { in writeAuxFileHeader()
531 if (Is64Bit) { in writeSectionHeaders()
588 if (Is64Bit) in writeRelocations()
634 if (Is64Bit) { in writeAuxSymbol()
656 assert(Is64Bit && "can't write the exception auxiliary symbol for XCOFF32"); in writeAuxSymbol()
666 if (Is64Bit) { in writeAuxSymbol()
692 if (Is64Bit) { in writeAuxSymbol()
702 if (Is64Bit) { in writeAuxSymbol()
716 if (Is64Bit) { in writeAuxSymbol()
731 assert(!Is64Bit && "can't write the stat auxiliary symbol for XCOFF64"); in writeAuxSymbol()
768 if (Is64Bit) { in writeSymbols()