Lines Matching refs:ErrMsg
69 bool ArchiveMember::replaceWith(const sys::Path& newFile, std::string* ErrMsg) { in replaceWith() argument
72 if (ErrMsg) in replaceWith()
73 *ErrMsg = "Can not replace an archive member with a non-existent file"; in replaceWith()
123 const sys::FileStatus *FSinfo = path.getFileStatus(false, ErrMsg); in replaceWith()
151 Archive::mapToMemory(std::string* ErrMsg) { in mapToMemory() argument
154 if (ErrMsg) in mapToMemory()
155 *ErrMsg = ec.message(); in mapToMemory()
221 std::string* ErrMsg) { in GetBitcodeSymbols() argument
224 if (ErrMsg) *ErrMsg = "Could not open file '" + fName.str() + "'" + ": " in GetBitcodeSymbols()
229 Module *M = ParseBitcodeFile(Buffer.get(), Context, ErrMsg); in GetBitcodeSymbols()
246 std::string* ErrMsg) { in GetBitcodeSymbols() argument
251 Module *M = ParseBitcodeFile(Buffer.get(), Context, ErrMsg); in GetBitcodeSymbols()