Home
last modified time | relevance | path

Searched defs:ModuleMap (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang-tools-extra/modularize/
H A DCoverageChecker.cpp148 clang::ModuleMap *ModuleMap) in CoverageChecker() argument
157 ArrayRef<std::string> CommandLine, clang::ModuleMap *ModuleMap) { in createCoverageChecker() argument
/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp153 LLVM_DEBUG(dbgs() << "Adding module " << M->getName() << " to ModuleMap\n"); in generateModuleMap() local
217 crossImportIntoModule(Module & TheModule,const ModuleSummaryIndex & Index,StringMap<lto::InputFile * > & ModuleMap,const FunctionImporter::ImportMapTy & ImportList,bool ClearDSOLocalOnDeclarations) crossImportIntoModule() argument
434 ProcessThinLTOModule(Module & TheModule,ModuleSummaryIndex & Index,StringMap<lto::InputFile * > & ModuleMap,TargetMachine & TM,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols,const GVSummaryMapTy & DefinedGlobals,const ThinLTOCodeGenerator::CachingOptions & CacheOptions,bool DisableCodeGen,StringRef SaveTempsDir,bool Freestanding,unsigned OptLevel,unsigned count,bool DebugPassManager) ProcessThinLTOModule() argument
731 auto ModuleMap = generateModuleMap(Modules); crossModuleImport() local
1024 auto ModuleMap = generateModuleMap(Modules); run() local
[all...]
H A DLTO.cpp1465 runThinLTOBackendThread(AddStreamFn AddStream,FileCache Cache,unsigned Task,BitcodeModule BM,ModuleSummaryIndex & CombinedIndex,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,const GVSummaryMapTy & DefinedGlobals,MapVector<StringRef,BitcodeModule> & ModuleMap) runThinLTOBackendThread() argument
1510 start(unsigned Task,BitcodeModule BM,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,MapVector<StringRef,BitcodeModule> & ModuleMap) start() argument
1522 __anonaa2c08901202(BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, const GVSummaryMapTy &DefinedGlobals, MapVector<StringRef, BitcodeModule> &ModuleMap) start() argument
1633 start(unsigned Task,BitcodeModule BM,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,MapVector<StringRef,BitcodeModule> & ModuleMap) start() argument
1848 auto &ModuleMap = runThinLTO() local
[all...]
H A DLTOBackend.cpp557 thinBackend(const Config & Conf,unsigned Task,AddStreamFn AddStream,Module & Mod,const ModuleSummaryIndex & CombinedIndex,const FunctionImporter::ImportMapTy & ImportList,const GVSummaryMapTy & DefinedGlobals,MapVector<StringRef,BitcodeModule> * ModuleMap,const std::vector<uint8_t> & CmdArgs) thinBackend() argument
/llvm-project/flang/include/flang/Frontend/
H A DFrontendOptions.h162 enum Format { Source, ModuleMap, Precompiled }; enumerator
/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp256 StringMap<std::unique_ptr<Module>> ModuleMap; member in __anoneac0eb180111::ModuleLazyLoaderCache
/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h345 ModuleMapType ModuleMap; global() member
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h44 class ModuleMap; variable
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h48 class ModuleMap; global() variable
/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h162 ModuleMap, enumerator
/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h72 bool ModuleMap; global() member
/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp197 OptionalFileEntryRef ModuleMap = getCachedModuleFileName() local
238 OptionalFileEntryRef ModuleMap = getPrebuiltImplicitModuleFileName() local
[all...]
H A DModuleMap.cpp357 ModuleMap::ModuleMap(SourceManager &SourceMgr, DiagnosticsEngine &Diags, ModuleMap() function in ModuleMap
1373 addAdditionalModuleMapFile(const Module * M,FileEntryRef ModuleMap) addAdditionalModuleMapFile() argument
[all...]
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp589 OptionalFileEntryRef ModuleMap = ModMapInfo.getModuleMapFileForUniquing(M); handleTopLevelModule() local
/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp455 OptionalFileEntryRef ModuleMap = SrcMgr.getFileEntryRefForID(ModuleMapID); in loadModuleMapForModuleBuild() local
H A DCompilerInvocation.cpp2745 StringRef ModuleMap = GenerateFrontendArgs() local
2981 bool ModuleMap = XValue.consume_back("-module-map"); ParseFrontendArgs() local
[all...]
/llvm-project/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py870 class ModuleMap(object): class