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

/openbsd-current/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h323 ModuleMapType ModuleMap; member in struct:llvm::lto::LTO::ThinLTOState
/openbsd-current/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp244 StringMap<std::unique_ptr<Module>> ModuleMap; member in class:__anon3698::ModuleLazyLoaderCache
/openbsd-current/gnu/llvm/clang/include/clang/Lex/
H A DModuleMap.h76 class ModuleMap { class in namespace:clang
/openbsd-current/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp541 thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, Module &Mod, const ModuleSummaryIndex &CombinedIndex, const FunctionImporter::ImportMapTy &ImportList, const GVSummaryMapTy &DefinedGlobals, MapVector<StringRef, BitcodeModule> *ModuleMap, const std::vector<uint8_t> &CmdArgs) argument
H A DLTO.cpp1280 runThinLTOBackendThread( AddStreamFn AddStream, FileCache 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.cpp151 StringMap<lto::InputFile *> ModuleMap; local
213 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, StringMap<lto::InputFile *> &ModuleMap, const FunctionImporter::ImportMapTy &ImportList, bool ClearDSOLocalOnDeclarations) argument
445 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, bool DebugPassManager) argument
751 auto ModuleMap = generateModuleMap(Modules); local
1027 auto ModuleMap = generateModuleMap(Modules); local
[all...]
/openbsd-current/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp440 OptionalFileEntryRef ModuleMap = ModMapInfo.getModuleMapFileForUniquing(M); local
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py808 class ModuleMap(object): class in inherits:object
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp451 const FileEntry *ModuleMap = SrcMgr.getFileEntryForID(ModuleMapID); local
H A DCompilerInstance.cpp1304 InputKind::ModuleMap); member in class:InputKind
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendOptions.h161 ModuleMap, enumerator in enum:clang::InputKind::Format
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp317 ModuleMap::ModuleMap(SourceManager &SourceMgr, DiagnosticsEngine &Diags, function in class:ModuleMap
1329 addAdditionalModuleMapFile(const Module *M, const FileEntry *ModuleMap) argument
[all...]
H A DHeaderSearch.cpp174 OptionalFileEntryRef ModuleMap = local
215 OptionalFileEntryRef ModuleMap = local
[all...]

Completed in 315 milliseconds