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