Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DMachOUtils.cpp389 unsigned NumDwarfSections = 0; in generateDsymCompanion() local
400 ++NumDwarfSections; in generateDsymCompanion()
404 if (NumDwarfSections) { in generateDsymCompanion()
406 LoadCommandSize += segmentLoadCommandSize(Is64Bit, NumDwarfSections); in generateDsymCompanion()
477 NumDwarfSections, Layout, Writer); in generateDsymCompanion()