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

  /external/clang/lib/Frontend/
ASTUnit.cpp 890 std::string ModName = Mod->getFullModuleName();
891 Hash = llvm::HashString(ModName, Hash);
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 271 void TranslateStoredDiagnostics(ASTReader *MMan, StringRef ModName,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 757 std::string ModName = GenerateUniqueName("mcjit_module_");
758 Module *M = new Module(ModName, Context);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 767 std::string ModName = GenerateUniqueName("mcjit_module_");
768 Module *M = new Module(ModName, Context);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 856 std::string ModName = GenerateUniqueName("mcjit_module_");
857 Module *M = new Module(ModName, Context);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 1019 std::string ModName = GenerateUniqueName("mcjit_module_");
1020 Module *M = new Module(ModName, Context);
    [all...]

Completed in 99 milliseconds