Searched refs:ErrMsg (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader_2_7.h38 std::string *ErrMsg);
42 std::string *ErrMsg);
46 std::string *ErrMsg);
H A DBitcodeReader.cpp2877 std::string *ErrMsg) {
2882 if (ErrMsg)
2883 *ErrMsg = R->getErrorString();
2894 /// If an error occurs, return null and fill in *ErrMsg if non-null.
2896 std::string *ErrMsg){
2897 Module *M = llvm_2_7::getLazyBitcodeModule(Buffer, Context, ErrMsg);
2905 if (M->MaterializeAllPermanently(ErrMsg)) {
2915 std::string *ErrMsg) {
2922 if (ErrMsg)
2923 *ErrMsg
2875 getLazyBitcodeModule(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
2895 ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
2913 getBitcodeTargetTriple(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DReaderWriter_2_9.h33 /// in *ErrMsg with an error description if ErrMsg is non-null.
36 std::string *ErrMsg = 0);
41 /// of 'buffer'. On error, this returns "", and fills in *ErrMsg
42 /// if ErrMsg is non-null.
45 std::string *ErrMsg = 0);
48 /// If an error occurs, this returns null and fills in *ErrMsg if it is
51 std::string *ErrMsg = 0);
/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeMemoryManager.cpp45 std::string ErrMsg; local
52 "codes\n" + ErrMsg);

Completed in 358 milliseconds