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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2860 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) { argument
2872 if (ErrInfo) *ErrInfo = ErrorString;
2911 bool BitcodeReader::MaterializeModule(Module *M, std::string *ErrInfo) { argument
2919 Materialize(F, ErrInfo))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3230 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) { argument
3242 if (ErrInfo) *ErrInfo = ErrorString;
3281 bool BitcodeReader::MaterializeModule(Module *M, std::string *ErrInfo) { argument
3289 Materialize(F, ErrInfo))

Completed in 40 milliseconds