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

  /external/llvm/tools/lli/
lli.cpp 295 bool getCacheFilename(const std::string &ModID, std::string &CacheName) {
298 if (ModID.substr(0, PrefixLength) != Prefix)
300 std::string CacheSubdir = ModID.substr(PrefixLength);
  /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...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 787 milliseconds