Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp152 StringMap<lto::InputFile *> ModuleMap; in generateModuleMap() local
216 StringMap<lto::InputFile *> &ModuleMap, in crossImportIntoModule()
433 StringMap<lto::InputFile *> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule()
739 auto ModuleMap = generateModuleMap(Modules); in crossModuleImport() local
1032 auto ModuleMap = generateModuleMap(Modules); in run() local
H A DLTO.cpp1449 MapVector<StringRef, BitcodeModule> &ModuleMap) { in runThinLTOBackendThread()
1494 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start()
1506 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start()
1602 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start()
1817 auto &ModuleMap = in runThinLTO() local
H A DLTOBackend.cpp555 MapVector<StringRef, BitcodeModule> *ModuleMap, in thinBackend()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp244 StringMap<std::unique_ptr<Module>> ModuleMap; member in __anon382b417b0111::ModuleLazyLoaderCache
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h343 ModuleMapType ModuleMap; member
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h41 class ModuleMap; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h47 class ModuleMap; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h154 ModuleMap, enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h72 bool ModuleMap; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp173 OptionalFileEntryRef ModuleMap = in getCachedModuleFileName() local
214 OptionalFileEntryRef ModuleMap = in getPrebuiltImplicitModuleFileName() local
H A DModuleMap.cpp357 ModuleMap::ModuleMap(SourceManager &SourceMgr, DiagnosticsEngine &Diags, in ModuleMap() function in ModuleMap
1368 FileEntryRef ModuleMap) { in addAdditionalModuleMapFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp516 OptionalFileEntryRef ModuleMap = ModMapInfo.getModuleMapFileForUniquing(M); in handleTopLevelModule() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp455 OptionalFileEntryRef ModuleMap = SrcMgr.getFileEntryRefForID(ModuleMapID); in loadModuleMapForModuleBuild() local
H A DCompilerInvocation.cpp2694 StringRef ModuleMap = in GenerateFrontendArgs() local
2901 bool ModuleMap = XValue.consume_back("-module-map"); in ParseFrontendArgs() local