Searched refs:segmentLoadCommandSize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp308 static unsigned segmentLoadCommandSize(bool Is64Bit, unsigned NumSections) { function in namespace:llvm::dsymutil::MachOUtils
383 LoadCommandSize += segmentLoadCommandSize(Is64Bit, Segment.nsects);
406 LoadCommandSize += segmentLoadCommandSize(Is64Bit, NumDwarfSections);

Completed in 45 milliseconds