reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
617 if (OutputName.empty()) { 618 OutputName = Filename + ".thinlto.bc"; 620 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); 620 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); 622 raw_fd_ostream OS(OutputName, EC, sys::fs::OpenFlags::OF_None); 623 error(EC, "error opening the file '" + OutputName + "'");