HomeSort by relevance Sort by last modified time
    Searched refs:ErrStr (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 35 ExecutionEngine *Interpreter::create(Module *M, std::string* ErrStr) {
37 if (M->MaterializeAllPermanently(ErrStr))
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 576 std::string ErrStr;
577 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
579 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 821 std::string ErrStr;
822 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
824 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 939 std::string ErrStr;
940 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
942 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());
  /external/llvm/include/llvm/Support/
PathV1.h 532 std::string *ErrStr = 0) const;
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1103 std::string ErrStr;
1104 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
1106 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 82 milliseconds