Searched refs:ErrMessage (Results 1 – 3 of 3) sorted by relevance
368 bool getAllModules(std::vector<Module*>& Modules, std::string* ErrMessage);383 std::string* ErrMessage ///< Error message storage, if non-zero398 std::string* ErrMessage ///< Error msg storage, if non-zero431 std::string* ErrMessage=0 ///< If non-null, where error msg is set472 bool checkSignature(std::string* ErrMessage);477 bool loadArchive(std::string* ErrMessage);482 bool loadSymbolTable(std::string* ErrMessage);498 std::string* ErrMessage ///< If non-null, place were error msg is set
344 std::string* ErrMessage) { in getAllModules() argument354 Module *M = ParseBitcodeFile(Buffer, Context, ErrMessage); in getAllModules()
1168 std::string ErrMessage; in verifyNoDeadCode() local1169 raw_string_ostream RSO(ErrMessage); in verifyNoDeadCode()