Searched defs:ModID (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/lli/
H A Dlli.cpp295 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { argument
298 if (ModID.substr(0, PrefixLength) != Prefix)
300 std::string CacheSubdir = ModID.substr(PrefixLength);
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp1499 char ModID[256]; local
1500 sprintf(ModID, "IR:%s", InputFile.c_str());
1501 M->setModuleIdentifier(ModID);
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp765 char ModID[256]; local
766 sprintf(ModID, "IR:%s", InputFile.c_str());
767 M->setModuleIdentifier(ModID);

Completed in 271 milliseconds