Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp147 StringMap<lto::InputFile *> ModuleMap; in generateModuleMap() local
210 StringMap<lto::InputFile *> &ModuleMap, in crossImportIntoModule()
427 StringMap<lto::InputFile *> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule()
721 auto ModuleMap = generateModuleMap(Modules); in crossModuleImport() local
1017 auto ModuleMap = generateModuleMap(Modules); in run() local
H A DLTO.cpp1500 MapVector<StringRef, BitcodeModule> &ModuleMap) { in runThinLTOBackendThread()
1545 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start()
1557 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start()
1613 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in runThinLTOBackendThread()
1709 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in runThinLTOBackendThread()
1825 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start()
2049 auto &ModuleMap = in runThinLTO() local
2270 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start()
H A DLTOBackend.cpp603 MapVector<StringRef, BitcodeModule> *ModuleMap, in thinBackend()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h51 class ModuleMap; variable
138 friend ModuleMap; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h159 ModuleMap, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp244 StringMap<std::unique_ptr<Module>> ModuleMap; member in __anon40c295050111::ModuleLazyLoaderCache
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h51 class ModuleMap; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h45 class ModuleMap; variable
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h74 bool ModuleMap; member
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h464 ModuleMapType ModuleMap; member
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp201 OptionalFileEntryRef ModuleMap = in getCachedModuleFileName() local
242 OptionalFileEntryRef ModuleMap = in getPrebuiltImplicitModuleFileName() local
H A DModuleMap.cpp351 ModuleMap::ModuleMap(SourceManager &SourceMgr, DiagnosticsEngine &Diags, in ModuleMap() function in ModuleMap
1465 FileEntryRef ModuleMap) { in addAdditionalModuleMapFile()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp606 OptionalFileEntryRef ModuleMap = SrcMgr.getFileEntryRefForID(ModuleMapID); in loadModuleMapForModuleBuild() local
H A DCompilerInvocation.cpp2952 StringRef ModuleMap = in GenerateFrontendArgs() local
3189 bool ModuleMap = XValue.consume_back("-module-map"); in ParseFrontendArgs() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp778 if (auto ModuleMap = ModMapInfo.getModuleMapFileForUniquing(M)) { in handleTopLevelModule() local