Home | History | Annotate | Download | only in MC

Lines Matching refs:BytesWritten

422   uint64_t BytesWritten = sizeof(MachO::linker_option_command);
426 BytesWritten += Option.size() + 1;
430 writeBytes("", OffsetToAlignment(BytesWritten, is64Bit() ? 8 : 4));