reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
505 Asm.writeFragmentPadding(OS, *EF, FragmentSize); 520 uint64_t Count = FragmentSize / AF.getValueSize(); 525 if (Count * AF.getValueSize() != FragmentSize) 529 Twine(FragmentSize) + "'"); 599 for (uint64_t I = 0, E = FragmentSize / ChunkSize; I != E; ++I) 603 unsigned TrailingCount = FragmentSize % ChunkSize; 616 if (!Asm.getBackend().writeNopData(OS, FragmentSize)) 618 Twine(FragmentSize) + " bytes"); 632 for (uint64_t i = 0, e = FragmentSize; i != e; ++i) 662 assert(OS.tell() - Start == FragmentSize &&