Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp394 unsigned LoadCommandSize = 0; in generateDsymCompanion() local
408 LoadCommandSize += sizeof(UUIDCmd); in generateDsymCompanion()
415 LoadCommandSize += sizeof(Cmd); in generateDsymCompanion()
430 LoadCommandSize += sizeof(MachO::symtab_command); in generateDsymCompanion()
463 LoadCommandSize += segmentLoadCommandSize(Is64Bit, Segment.nsects); in generateDsymCompanion()
485 LoadCommandSize += segmentLoadCommandSize(Is64Bit, NumDwarfSections); in generateDsymCompanion()
504 uint64_t SymtabStart = LoadCommandSize; in generateDsymCompanion()
509 Writer.writeHeader(MachO::MH_DSYM, NumLoadCommands, LoadCommandSize, false); in generateDsymCompanion()
573 assert(OutFile.tell() == LoadCommandSize + HeaderSize); in generateDsymCompanion()
574 OutFile.write_zeros(SymtabStart - (LoadCommandSize + HeaderSize)); in generateDsymCompanion()