Home
last modified time | relevance | path

Searched refs:LoadCommandsSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/
DMachObjectWriter.cpp128 unsigned LoadCommandsSize, in WriteHeader() argument
148 Write32(LoadCommandsSize); in WriteHeader()
753 uint64_t LoadCommandsSize = is64Bit() ? in WriteObject() local
760 LoadCommandsSize += sizeof(MachO::version_min_command); in WriteObject()
767 LoadCommandsSize += sizeof(MachO::linkedit_data_command); in WriteObject()
775 LoadCommandsSize += sizeof(MachO::linkedit_data_command); in WriteObject()
783 LoadCommandsSize += (sizeof(MachO::symtab_command) + in WriteObject()
792 LoadCommandsSize += ComputeLinkerOptionsLoadCommandSize(LinkerOptions[i], in WriteObject()
799 sizeof(MachO::mach_header)) + LoadCommandsSize; in WriteObject()
827 WriteHeader(NumLoadCommands, LoadCommandsSize, in WriteObject()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h169 void WriteHeader(unsigned NumLoadCommands, unsigned LoadCommandsSize,