Home | History | Annotate | Download | only in llvm-ld

Lines Matching refs:Native

87 static cl::opt<bool> Native("native",
88 cl::desc("Generate a native binary instead of a shell script"));
90 static cl::opt<bool>NativeCBE("native-cbe",
91 cl::desc("Generate a native binary with the C backend and GCC"));
250 /// GenerateAssembly - generates a native assembly language source file from the
306 /// GenerateNative - generates a native object file from the
312 /// NativeLinkItems - The native libraries, files, code with which to link
346 // Run GCC to assemble and link the program into native code.
396 errs() << "Generating Native Executable With:\n";
447 // List all the shared object (native) libraries this executable will need
460 // Not a native shared library; mark as invalid
567 // Keep track of the native link items (versus the bitcode items)
609 // If we are not linking a library, generate either a native executable
650 // If the user wants to generate a native executable, compile it from the
654 if (Native) {