Home | History | Annotate | Download | only in gold

Lines Matching refs:output_name

149 static std::string output_name = "";
291 output_name = tv->tv_u.tv_string;
1071 Filename = output_name + ".o";
1119 OptFilename = output_name;
1448 raw_fd_ostream OS(output_name + ".thinlto.bc", EC,
1452 output_name.data(), EC.message().c_str());
1506 path = output_name;
1508 path = output_name + ".bc";
1544 std::error_code EC = sys::fs::remove(output_name);
1546 message(LDPL_ERROR, "Failed to delete '%s': %s", output_name.c_str(),