HomeSort by relevance Sort by last modified time
    Searched defs:ModID (Results 1 - 2 of 2) sorted by null

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

Completed in 113 milliseconds