Lines Matching refs:gcc
127 GCCBinary("gcc", cl::init("gcc"),
128 cl::desc("The gcc binary to use. (default 'gcc')"));
131 GCCToolArgv("gcc-tool-args", cl::Positional,
132 cl::desc("<gcc-tool arguments>..."),
255 gcc = GCC::create(Message, GCCBinary, &GCCToolArgv);
256 if (!gcc) { outs() << Message << "\nExiting.\n"; exit(1); }
386 GCC::FileType FT = SafeInterpreter->OutputCode(BitcodeFile, OutputFile,
392 bool Failure = gcc->MakeSharedObject(OutputFile.str(), FT, SharedObjectFile,