Lines Matching full:uint64_t
113 uint64_t MCAsmLayout::getFragmentOffset(const MCFragment *F) const {
119 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbolData *SD) const {
137 uint64_t Offset = Target.getConstant();
151 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const {
157 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const {
166 uint64_t MCAsmLayout::computeBundlePadding(const MCFragment *F,
167 uint64_t FOffset, uint64_t FSize) {
168 uint64_t BundleSize = Assembler.getBundleAlignSize();
171 uint64_t BundleMask = BundleSize - 1;
172 uint64_t OffsetInBundle = FOffset & BundleMask;
173 uint64_t EndOfFragment = OffsetInBundle + FSize;
252 uint64_t _Offset, MCAssembler *A)
333 MCValue &Target, uint64_t &Value) const {
401 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout,
436 uint64_t FragmentOffset = Layout.getFragmentOffset(&OF);
491 uint64_t FSize = Assembler.computeFragmentSize(*this, *F);
496 uint64_t RequiredBundlePadding = computeBundlePadding(F, F->Offset, FSize);
517 uint64_t FragmentSize = Asm.computeFragmentSize(Layout, F);
550 uint64_t Start = OW->getStream().tell();
559 uint64_t Count = FragmentSize / AF.getValueSize();
584 for (uint64_t i = 0; i != Count; ++i) {
590 case 8: OW->Write64(uint64_t(AF.getValue())); break;
617 for (uint64_t i = 0, e = FF.getSize() / FF.getValueSize(); i != e; ++i) {
623 case 8: OW->Write64(uint64_t(FF.getValue())); break;
639 for (uint64_t i = 0, e = FragmentSize; i != e; ++i)
701 uint64_t Start = getWriter().getStream().tell();
713 uint64_t MCAssembler::handleFixup(const MCAsmLayout &Layout,
718 uint64_t FixedValue;
773 uint64_t StartOffset = OS.tell();
789 uint64_t FixedValue = handleFixup(Layout, *F, Fixup);
808 uint64_t Value;
866 uint64_t OldSize = LF.getContents().size();
884 uint64_t OldSize = DF.getContents().size();
901 uint64_t OldSize = DF.getContents().size();