Home | History | Annotate | Download | only in LTO

Lines Matching refs:Name

200 bool LTOCodeGenerator::compileOptimizedToFile(const char **Name) {
233 *Name = NativeObjectPath.c_str();
239 const char *name;
240 if (!compileOptimizedToFile(&name))
245 MemoryBuffer::getFile(name, -1, false);
258 bool LTOCodeGenerator::compile_to_file(const char **Name, bool DisableVerify,
266 return compileOptimizedToFile(Name);
389 if (const char *Name =
391 Libcalls.push_back(Name);
529 // ParseCommandLineOptions() expects argv[0] to be program name.