Home
last modified time | relevance | path

Searched refs:ErrMessage (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DArchive.h368 bool getAllModules(std::vector<Module*>& Modules, std::string* ErrMessage);
383 std::string* ErrMessage ///< Error message storage, if non-zero
398 std::string* ErrMessage ///< Error msg storage, if non-zero
431 std::string* ErrMessage=0 ///< If non-null, where error msg is set
472 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
/external/llvm/lib/Archive/
DArchiveReader.cpp346 std::string* ErrMessage) { in getAllModules() argument
356 Module *M = ParseBitcodeFile(Buffer, Context, ErrMessage); in getAllModules()