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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyEmittingLayer.h190 std::map<VModuleKey, std::unique_ptr<EmissionDeferredModule>> ModuleMap; member in class:llvm::orc::LazyEmittingLayer
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp146 const FileEntry *ModuleMap = Instance.getPreprocessor() local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp216 StringMap<std::unique_ptr<Module>> ModuleMap; member in class:__anon4835::ModuleLazyLoaderCache
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h341 ModuleMapType ModuleMap; member in struct:llvm::lto::LTO::ThinLTOState
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h75 class ModuleMap { class in namespace:clang
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp531 thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, Module &Mod, const ModuleSummaryIndex &CombinedIndex, const FunctionImporter::ImportMapTy &ImportList, const GVSummaryMapTy &DefinedGlobals, MapVector<StringRef, BitcodeModule> &ModuleMap) argument
H A DLTO.cpp1140 runThinLTOBackendThread( AddStreamFn AddStream, NativeObjectCache 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) argument
[all...]
H A DThinLTOCodeGenerator.cpp146 StringMap<lto::InputFile *> ModuleMap; local
208 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, StringMap<lto::InputFile *> &ModuleMap, const FunctionImporter::ImportMapTy &ImportList, bool ClearDSOLocalOnDeclarations) argument
403 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) argument
696 auto ModuleMap = generateModuleMap(Modules); local
966 auto ModuleMap = generateModuleMap(Modules); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp436 const FileEntry *ModuleMap = SrcMgr.getFileEntryForID(ModuleMapID); local
H A DCompilerInstance.cpp1209 InputKind::ModuleMap); member in class:InputKind
H A DCompilerInvocation.cpp2024 bool ModuleMap = XValue.consume_back("-module-map"); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h154 ModuleMap, enumerator in enum:clang::InputKind::Format
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1520 MapVector<llvm::StringRef, llvm::BitcodeModule> ModuleMap; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp313 ModuleMap::ModuleMap(SourceManager &SourceMgr, DiagnosticsEngine &Diags, function in class:ModuleMap
1267 addAdditionalModuleMapFile(const Module *M, const FileEntry *ModuleMap) argument
[all...]
H A DHeaderSearch.cpp140 const FileEntry *ModuleMap = local
[all...]

Completed in 360 milliseconds