Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-size/
H A Dllvm-size.cpp79 static bool DarwinLongFormat; variable
223 if (DarwinLongFormat) in printDarwinSectionSizes()
237 if (DarwinLongFormat) in printDarwinSectionSizes()
250 if (DarwinLongFormat) in printDarwinSectionSizes()
265 if (DarwinLongFormat) in printDarwinSectionSizes()
892 DarwinLongFormat = Args.hasArg(OPT_l); in main()