Lines Matching refs:Is64Bit
38 Is64Bit = Obj.Header.Magic == (llvm::yaml::Hex16)XCOFF::XCOFF64; in XCOFFWriter()
69 bool Is64Bit = false; member in __anon7d28c6690111::XCOFFWriter
95 return (SymbolName.size() > XCOFF::NameSize) || Is64Bit; in nameShouldBeInStringTable()
103 uint64_t RelSize = Is64Bit ? XCOFF::RelocationSerializationSize64 in initRelocations()
324 Is64Bit ? XCOFF::FileHeaderSize64 : XCOFF::FileHeaderSize32; in assignAddressesAndIndices()
329 : (Is64Bit ? XCOFF::AuxFileHeaderSize64 in assignAddressesAndIndices()
332 Is64Bit ? XCOFF::SectionHeaderSize64 : XCOFF::SectionHeaderSize32; in assignAddressesAndIndices()
358 if (Is64Bit) { in writeFileHeader()
382 if (Is64Bit) { in writeAuxFileHeader()
407 if (Is64Bit) { in writeAuxFileHeader()
431 if (Is64Bit) { in writeAuxFileHeader()
449 if (Is64Bit) { in writeSectionHeader()
514 if (Is64Bit) in writeRelocations()
528 if (Is64Bit) { in writeAuxSymbol()
549 assert(Is64Bit && "can't write the exception auxiliary symbol for XCOFF32"); in writeAuxSymbol()
558 if (Is64Bit) { in writeAuxSymbol()
583 if (Is64Bit) { in writeAuxSymbol()
592 if (Is64Bit) { in writeAuxSymbol()
605 if (Is64Bit) { in writeAuxSymbol()
619 assert(!Is64Bit && "can't write the stat auxiliary symbol for XCOFF64"); in writeAuxSymbol()
655 if (Is64Bit) { in writeSymbols()