Searched defs:darwin (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/Driver/ |
H A D | Tools.h | 331 namespace darwin { namespace in namespace:clang::driver::tools 359 : MachOTool("darwin::Assembler", "assembler", TC) {} 377 : MachOTool("darwin::Linker", "linker", TC, RF_FileList, 391 Lipo(const ToolChain &TC) : MachOTool("darwin::Lipo", "lipo", TC) {} 404 : MachOTool("darwin::Dsymutil", "dsymutil", TC) {} 418 : MachOTool("darwin::VerifyDebug", "dwarfdump", TC) {} 427 } // end namespace darwin
|
/external/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 38 enum OutputFormatTy { berkeley, sysv, darwin }; enumerator in enum:OutputFormatTy 43 clEnumVal(darwin, "Darwin -m format"), clEnumValEnd), 50 clEnumValN(darwin, "m", "Darwin -m format"), clEnumValEnd), 57 DarwinLongFormat("l", cl::desc("When format is darwin, use long format " 202 /// This is when used when @c OutputFormat is darwin and produces the same 203 /// output as darwin's size(1) -m output. 278 /// produces the same output as darwin's size(1) default output. 359 // If OutputFormat is darwin and we have a MachOObjectFile print as darwin's 360 // size(1) -m output, else if OutputFormat is darwin an [all...] |
/external/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 54 enum OutputFormatTy { bsd, sysv, posix, darwin }; enumerator in enum:__anon13637::OutputFormatTy 59 clEnumVal(darwin, "Darwin -m format"), clEnumValEnd), 92 cl::opt<bool> DarwinFormat("m", cl::desc("Alias for --format=darwin"), 289 // the OutputFormat is darwin or we are printing Mach-O symbols in hex. For 290 // the darwin format it produces the same output as darwin's nm(1) -m output 292 // darwin's nm(1) -x format. 677 OutputFormat != darwin)) && OutputFormat != posix) { 704 // If OutputFormat is darwin or we are printing Mach-O symbols in hex and 705 // we have a MachOObjectFile, call darwinPrintSymbol to print as darwin' [all...] |
Completed in 228 milliseconds