HomeSort by: relevance | last modified time | path
    Searched defs:ModID (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 1497 char ModID[256];
1498 sprintf(ModID, "IR:%s", InputFile.c_str());
1499 M->setModuleIdentifier(ModID);
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 765 char ModID[256];
766 sprintf(ModID, "IR:%s", InputFile.c_str());
767 M->setModuleIdentifier(ModID);

Completed in 73 milliseconds