Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp140 StringMap<MemoryBufferRef> ModuleMap; in generateModuleMap() local
202 StringMap<MemoryBufferRef> &ModuleMap, in crossImportIntoModule()
384 StringMap<MemoryBufferRef> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule()
637 auto ModuleMap = generateModuleMap(Modules); in crossModuleImport() local
872 auto ModuleMap = generateModuleMap(Modules); in run() local
H A DLTO.cpp989 MapVector<StringRef, BitcodeModule> &ModuleMap) { in runThinLTOBackendThread()
1025 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start()
1037 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start()
1117 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start()
H A DLTOBackend.cpp467 MapVector<StringRef, BitcodeModule> &ModuleMap) { in thinBackend()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModuleManager.h43 class ModuleMap; variable
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyEmittingLayer.h195 std::map<VModuleKey, std::unique_ptr<EmissionDeferredModule>> ModuleMap; variable
/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp149 StringMap<std::unique_ptr<Module>> ModuleMap; member in __anon144c7e4a0111::ModuleLazyLoaderCache
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h40 class ModuleMap; variable
H A DBackendUtil.cpp1188 MapVector<llvm::StringRef, llvm::BitcodeModule> ModuleMap; in runThinLTOBackend() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h600 void addAdditionalModuleMapFile(const Module *M, const FileEntry *ModuleMap) { in addAdditionalModuleMapFile()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DLTO.h319 MapVector<StringRef, BitcodeModule> ModuleMap; member
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h171 ModuleMap, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp424 const FileEntry *ModuleMap = SrcMgr.getFileEntryForID(ModuleMapID); in loadModuleMapForModuleBuild() local
H A DCompilerInvocation.cpp1820 bool ModuleMap = XValue.consume_back("-module-map"); in ParseFrontendArgs() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp129 const FileEntry *ModuleMap = in getCachedModuleFileName() local
H A DModuleMap.cpp314 ModuleMap::ModuleMap(SourceManager &SourceMgr, DiagnosticsEngine &Diags, in ModuleMap() function in ModuleMap