Home | History | Annotate | Download | only in Archive

Lines Matching refs:ErrMsg

70 bool ArchiveMember::replaceWith(const sys::Path& newFile, std::string* ErrMsg) {
73 if (ErrMsg)
74 *ErrMsg = "Can not replace an archive member with a non-existent file";
124 const sys::FileStatus *FSinfo = path.getFileStatus(false, ErrMsg);
152 Archive::mapToMemory(std::string* ErrMsg) {
155 if (ErrMsg)
156 *ErrMsg = ec.message();
222 std::string* ErrMsg) {
225 if (ErrMsg) *ErrMsg = "Could not open file '" + fName.str() + "'" + ": "
230 Module *M = ParseBitcodeFile(Buffer.get(), Context, ErrMsg);
247 std::string* ErrMsg) {
252 Module *M = ParseBitcodeFile(Buffer.get(), Context, ErrMsg);