reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
505 Asm.writeFragmentPadding(OS, *EF, FragmentSize); 509 uint64_t Start = OS.tell(); 536 if (!Asm.getBackend().writeNopData(OS, Count)) 546 case 1: OS << char(AF.getValue()); break; 548 support::endian::write<uint16_t>(OS, AF.getValue(), Endian); 551 support::endian::write<uint32_t>(OS, AF.getValue(), Endian); 554 support::endian::write<uint64_t>(OS, AF.getValue(), Endian); 563 OS << cast<MCDataFragment>(F).getContents(); 568 OS << cast<MCRelaxableFragment>(F).getContents(); 573 OS << cast<MCCompactEncodedInstFragment>(F).getContents(); 600 OS << Ref; 605 OS.write(Data, TrailingCount); 611 OS << LF.getContents(); 616 if (!Asm.getBackend().writeNopData(OS, FragmentSize)) 624 support::endian::write<uint32_t>(OS, SF.getSymbol()->getIndex(), Endian); 633 OS << char(OF.getValue()); 640 OS << OF.getContents(); 645 OS << CF.getContents(); 650 OS << OF.getContents(); 655 OS << DRF.getContents(); 662 assert(OS.tell() - Start == FragmentSize &&