Home | History | Annotate | Download | only in gold

Lines Matching full:c_str

346             ErrStorage.c_str());
356 message(Level, "LLVM gold plugin: %s", ErrStorage.c_str());
403 message(LDPL_ERROR, EC.message().c_str());
422 EC.message().c_str());
451 sym.name = strdup(Name.c_str());
508 sym.comdat_key = strdup(C->getName().str().c_str());
588 EC.message().c_str());
615 EC.message().c_str());
769 message(LDPL_FATAL, "Target not found: %s", ErrMsg.c_str());
824 EC.message().c_str());
832 message(LDPL_FATAL, "Could not open file: %s", EC.message().c_str());
844 if (add_input_file(Filename.c_str()) != LDPS_OK)
847 Filename.c_str());
849 Cleanup.push_back(Filename.c_str());
882 output_name.data(), EC.message().c_str());
906 M->setTargetTriple(options::triple.c_str());
946 set_extra_library_path(options::extra_library_path.c_str()) != LDPS_OK)
961 EC.message().c_str());
983 message(LDPL_ERROR, "Failed to delete '%s': %s", Name.c_str(),
984 EC.message().c_str());