Searched defs:ModuleMap (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyEmittingLayer.h | 190 std::map<VModuleKey, std::unique_ptr<EmissionDeferredModule>> ModuleMap; member in llvm::orc::LazyEmittingLayer [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 502 thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, Module &Mod, const ModuleSummaryIndex &CombinedIndex, const FunctionImporter::ImportMapTy &ImportList, const GVSummaryMapTy &DefinedGlobals, MapVector<StringRef, BitcodeModule> &ModuleMap) thinBackend() argument
|
H A D | LTO.cpp | 1080 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) runThinLTOBackendThread() argument [all...] |
H A D | ThinLTOCodeGenerator.cpp | 145 StringMap<lto::InputFile *> ModuleMap; in generateModuleMap() local 206 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, StringMap<lto::InputFile*> &ModuleMap, const FunctionImporter::ImportMapTy &ImportList) crossImportIntoModule() argument 400 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) ProcessThinLTOModule() argument 684 auto ModuleMap = generateModuleMap(Modules); crossModuleImport() local 951 auto ModuleMap = generateModuleMap(Modules); run() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
H A D | LTO.h | 340 MapVector<StringRef, BitcodeModule> ModuleMap; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.hpp | 58 typedef std::map<std::string, std::vector<EntryToStage> > ModuleMap; typedef
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.hpp | 58 typedef std::map<std::string, std::vector<EntryToStage> > ModuleMap; typedef
|
Completed in 8 milliseconds