Home
last modified time | relevance | path

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

/external/clang/unittests/libclang/
DLibclangTest.cpp444 std::string ModName = "module.modulemap"; in TEST_F() local
447 WriteFile(ModName, ModFile); in TEST_F()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp768 std::string ModName = GenerateUniqueName("mcjit_module_"); in getModuleForNewFunction() local
769 Module *M = new Module(ModName, Context); in getModuleForNewFunction()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp758 std::string ModName = GenerateUniqueName("mcjit_module_"); in getModuleForNewFunction() local
759 Module *M = new Module(ModName, Context); in getModuleForNewFunction()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp925 std::string ModName = GenerateUniqueName("mcjit_module_"); in getModuleForNewFunction() local
926 Module *M = new Module(ModName, Context); in getModuleForNewFunction()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp857 std::string ModName = GenerateUniqueName("mcjit_module_"); in getModuleForNewFunction() local
858 Module *M = new Module(ModName, Context); in getModuleForNewFunction()
/external/clang/lib/Frontend/
DASTUnit.cpp812 std::string ModName = Mod->getFullModuleName(); in AddTopLevelDeclarationToHash() local
813 Hash = llvm::HashString(ModName, Hash); in AddTopLevelDeclarationToHash()
1142 std::string ModName = getPreambleFile(this); in Parse() local