/llvm-project/clang-tools-extra/modularize/ |
H A D | CoverageChecker.cpp | 148 clang::ModuleMap *ModuleMap) in CoverageChecker() argument 157 ArrayRef<std::string> CommandLine, clang::ModuleMap *ModuleMap) { in createCoverageChecker() argument
|
/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 153 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 D | LTO.cpp | 1465 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 D | LTOBackend.cpp | 557 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 D | FrontendOptions.h | 162 enum Format { Source, ModuleMap, Precompiled }; enumerator
|
/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 256 StringMap<std::unique_ptr<Module>> ModuleMap; member in __anoneac0eb180111::ModuleLazyLoaderCache
|
/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 345 ModuleMapType ModuleMap; global() member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 44 class ModuleMap; variable
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 48 class ModuleMap; global() variable
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 162 ModuleMap, enumerator
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleFile.h | 72 bool ModuleMap; global() member
|
/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 197 OptionalFileEntryRef ModuleMap = getCachedModuleFileName() local 238 OptionalFileEntryRef ModuleMap = getPrebuiltImplicitModuleFileName() local [all...] |
H A D | ModuleMap.cpp | 357 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 D | ModuleDepCollector.cpp | 589 OptionalFileEntryRef ModuleMap = ModMapInfo.getModuleMapFileForUniquing(M); handleTopLevelModule() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 455 OptionalFileEntryRef ModuleMap = SrcMgr.getFileEntryRefForID(ModuleMapID); in loadModuleMapForModuleBuild() local
|
H A D | CompilerInvocation.cpp | 2745 StringRef ModuleMap = GenerateFrontendArgs() local 2981 bool ModuleMap = XValue.consume_back("-module-map"); ParseFrontendArgs() local [all...] |
/llvm-project/compiler-rt/lib/asan/scripts/ |
H A D | asan_symbolize.py | 870 class ModuleMap(object): class
|