Searched refs:ErrorString (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h137 const char *ErrorString;
191 ErrorString(0), ValueList(C), MDValueList(C),
212 ErrorString = Str;
215 const char *getErrorString() const { return ErrorString; }
H A DBitcodeReader.cpp2872 if (ErrInfo) *ErrInfo = ErrorString;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h137 const char *ErrorString;
185 ErrorString(0), ValueList(C), MDValueList(C) {
205 ErrorString = Str;
208 const char *getErrorString() const { return ErrorString; }
H A DBitcodeReader.cpp3242 if (ErrInfo) *ErrInfo = ErrorString;
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp39 static const char *ErrorString[] = { local
89 return ErrorString[ static_cast<size_t>(pErrCode) ];
H A DLinker.cpp40 static const char* ErrorString[] = { local
75 return ErrorString[ static_cast<size_t>(pErrCode) ];
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp33 static const char* ErrorString[] = { local
68 return ErrorString[ static_cast<size_t>(pErrCode) ];

Completed in 277 milliseconds