Searched defs:darwin (Results 1 - 4 of 4) sorted by path

/external/clang/lib/Driver/
H A DTools.h321 namespace darwin { namespace in namespace:clang::driver::tools
349 : MachOTool("darwin::Assembler", "assembler", TC) {}
367 : MachOTool("darwin::Linker", "linker", TC, RF_FileList,
381 Lipo(const ToolChain &TC) : MachOTool("darwin::Lipo", "lipo", TC) {}
394 : MachOTool("darwin::Dsymutil", "dsymutil", TC) {}
408 : MachOTool("darwin::VerifyDebug", "dwarfdump", TC) {}
417 } // end namespace darwin
/external/clang/runtime/compiler-rt/
H A DMakefile77 RuntimeDirs += darwin macho_embedded
78 RuntimeLibrary.darwin.Configs := \
88 RuntimeLibrary.darwin.Configs += ios.a profile_ios.a
93 RuntimeLibrary.darwin.Configs += cc_kext_ios.a
98 RuntimeLibrary.darwin.Configs += asan_iossim_dynamic.dylib \
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp53 enum OutputFormatTy { bsd, sysv, posix, darwin }; enumerator in enum:__anon12647::OutputFormatTy
58 clEnumVal(darwin, "Darwin -m format"), clEnumValEnd),
91 cl::opt<bool> DarwinFormat("m", cl::desc("Alias for --format=darwin"),
233 // the OutputFormat is darwin or we are printing Mach-O symbols in hex. For
234 // the darwin format it produces the same output as darwin's nm(1) -m output
236 // darwin's nm(1) -x format.
601 OutputFormat != darwin)) && OutputFormat != posix) {
623 // If OutputFormat is darwin or we are printing Mach-O symbols in hex and
624 // we have a MachOObjectFile, call darwinPrintSymbol to print as darwin'
[all...]
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp37 enum OutputFormatTy { berkeley, sysv, darwin }; enumerator in enum:OutputFormatTy
42 clEnumVal(darwin, "Darwin -m format"), clEnumValEnd),
49 clEnumValN(darwin, "m", "Darwin -m format"), clEnumValEnd),
56 DarwinLongFormat("l", cl::desc("When format is darwin, use long format "
116 /// This is when used when @c OutputFormat is darwin and produces the same
117 /// output as darwin's size(1) -m output.
190 /// produces the same output as darwin's size(1) default output.
271 // If OutputFormat is darwin and we have a MachOObjectFile print as darwin's
272 // size(1) -m output, else if OutputFormat is darwin an
[all...]

Completed in 401 milliseconds