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

  /external/clang/unittests/libclang/
LibclangTest.cpp 444 std::string ModName = "module.modulemap";
447 WriteFile(ModName, ModFile);
  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 395 auto ModName = ModuleImports.first();
396 auto &Exports = ExportLists[ModName];
397 DEBUG(dbgs() << "* Module " << ModName << " exports " << Exports.size()
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
FunctionImport.cpp 524 auto ModName = ModuleImports.first();
525 auto &Exports = ExportLists[ModName];
527 LLVM_DEBUG(dbgs() << "* Module " << ModName << " exports "
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 812 std::string ModName = Mod->getFullModuleName();
813 Hash = llvm::HashString(ModName, Hash);
    [all...]

Completed in 364 milliseconds