Searched refs:ModName (Results 1 - 6 of 6) sorted by relevance

/external/clang/unittests/libclang/
H A DLibclangTest.cpp432 std::string ModName = "module.modulemap"; local
435 WriteFile(ModName, ModFile);
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp758 std::string ModName = GenerateUniqueName("mcjit_module_");
759 Module *M = new Module(ModName, Context);
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp768 std::string ModName = GenerateUniqueName("mcjit_module_");
769 Module *M = new Module(ModName, Context);
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp857 std::string ModName = GenerateUniqueName("mcjit_module_");
858 Module *M = new Module(ModName, Context);
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1020 std::string ModName = GenerateUniqueName("mcjit_module_");
1021 Module *M = new Module(ModName, Context);
/external/clang/lib/Frontend/
H A DASTUnit.cpp825 std::string ModName = Mod->getFullModuleName(); local
826 Hash = llvm::HashString(ModName, Hash);
1147 std::string ModName = getPreambleFile(this); local

Completed in 3621 milliseconds