Searched defs:ErrInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2849 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) { argument
2861 if (ErrInfo) *ErrInfo = ErrorString;
2900 bool BitcodeReader::MaterializeModule(Module *M, std::string *ErrInfo) { argument
2908 Materialize(F, ErrInfo))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3219 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) { argument
3231 if (ErrInfo) *ErrInfo = ErrorString;
3270 bool BitcodeReader::MaterializeModule(Module *M, std::string *ErrInfo) { argument
3278 Materialize(F, ErrInfo))

Completed in 15 milliseconds