Home | History | Annotate | Download | only in Driver

Lines Matching defs:Build

364   // replacement into a build system already set up to be generating
2191 // Until ARM libraries are build separately, we have them all in one library
2535 unsigned Build = 0, Factor = 1;
2537 Build = Build + (Version % 10) * Factor;
2538 return VersionTuple(Version / 100, Version % 100, Build);
2542 // options that build systems might add but are unused when assembling or only
4660 // Optionally embed the -cc1 level arguments into the debug info, for build
4836 // Otherwise, build for a generic macosx port.
5119 // Optionally embed the -cc1as level arguments into the debug info, for build
6166 // build a list of input file names that can be passed via a file with the
6238 // Build the input file for -filelist (list of linker input files) in case we
8047 // there is --build-id, which we do want.
8048 CmdArgs.push_back("--build-id");
8443 // did not run vcvarsall), try to build a consistent link environment. If