Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Archive/
DArchiveReader.cpp344 std::string* ErrMessage) { in getAllModules() argument
354 Module *M = ParseBitcodeFile(Buffer, Context, ErrMessage); in getAllModules()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp1168 std::string ErrMessage; in verifyNoDeadCode() local
1169 raw_string_ostream RSO(ErrMessage); in verifyNoDeadCode()