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

  /external/clang/unittests/libclang/
LibclangTest.cpp 432 std::string ModName = "module.modulemap";
435 WriteFile(ModName, ModFile);
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 758 std::string ModName = GenerateUniqueName("mcjit_module_");
759 Module *M = new Module(ModName, Context);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 768 std::string ModName = GenerateUniqueName("mcjit_module_");
769 Module *M = new Module(ModName, Context);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 857 std::string ModName = GenerateUniqueName("mcjit_module_");
858 Module *M = new Module(ModName, Context);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 1020 std::string ModName = GenerateUniqueName("mcjit_module_");
1021 Module *M = new Module(ModName, Context);
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 825 std::string ModName = Mod->getFullModuleName();
826 Hash = llvm::HashString(ModName, Hash);
    [all...]

Completed in 588 milliseconds