Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp153 StringMap<lto::InputFile *> ModuleMap; in generateModuleMap() local
217 StringMap<lto::InputFile *> &ModuleMap, in crossImportIntoModule()
434 StringMap<lto::InputFile *> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule()
731 auto ModuleMap = generateModuleMap(Modules); in crossModuleImport() local
1028 auto ModuleMap = generateModuleMap(Modules); in run() local
H A DLTO.cpp1466 MapVector<StringRef, BitcodeModule> &ModuleMap) { in runThinLTOBackendThread()
1511 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start()
1523 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start()
1634 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start()
1849 auto &ModuleMap = in runThinLTO() local
H A DLTOBackend.cpp557 MapVector<StringRef, BitcodeModule> *ModuleMap, in thinBackend()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h345 ModuleMapType ModuleMap; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp256 StringMap<std::unique_ptr<Module>> ModuleMap; member in __anon40c295050111::ModuleLazyLoaderCache
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h48 class ModuleMap; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h44 class ModuleMap; variable
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h72 bool ModuleMap; member
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h162 ModuleMap, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp197 OptionalFileEntryRef ModuleMap = in getCachedModuleFileName() local
238 OptionalFileEntryRef ModuleMap = in getPrebuiltImplicitModuleFileName() local
H A DModuleMap.cpp357 ModuleMap::ModuleMap(SourceManager &SourceMgr, DiagnosticsEngine &Diags, in ModuleMap() function in ModuleMap
1373 FileEntryRef ModuleMap) { in addAdditionalModuleMapFile()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp589 OptionalFileEntryRef ModuleMap = ModMapInfo.getModuleMapFileForUniquing(M); in handleTopLevelModule() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp455 OptionalFileEntryRef ModuleMap = SrcMgr.getFileEntryRefForID(ModuleMapID); in loadModuleMapForModuleBuild() local
H A DCompilerInvocation.cpp2773 StringRef ModuleMap = in GenerateFrontendArgs() local
3009 bool ModuleMap = XValue.consume_back("-module-map"); in ParseFrontendArgs() local