Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DMachOUtils.cpp393 unsigned LoadCommandSize = 0; in generateDsymCompanion() local
409 LoadCommandSize += sizeof(UUIDCmd); in generateDsymCompanion()
416 LoadCommandSize += sizeof(Cmd); in generateDsymCompanion()
433 LoadCommandSize += sizeof(MachO::symtab_command); in generateDsymCompanion()
466 LoadCommandSize += segmentLoadCommandSize(Is64Bit, Segment.nsects); in generateDsymCompanion()
488 LoadCommandSize += segmentLoadCommandSize(Is64Bit, NumDwarfSections); in generateDsymCompanion()
507 uint64_t SymtabStart = LoadCommandSize; in generateDsymCompanion()
512 Writer.writeHeader(MachO::MH_DSYM, NumLoadCommands, LoadCommandSize, false); in generateDsymCompanion()
577 assert(OutFile.tell() == LoadCommandSize + HeaderSize); in generateDsymCompanion()
578 OutFile.write_zeros(SymtabStart - (LoadCommandSize + HeaderSize)); in generateDsymCompanion()