Home
last modified time | relevance | path

Searched refs:ModuleMap (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLazyEmittingLayer.h190 std::map<VModuleKey, std::unique_ptr<EmissionDeferredModule>> ModuleMap; variable
206 assert(!ModuleMap.count(K) && "VModuleKey K already in use"); in addModule()
207 ModuleMap[K] = in addModule()
217 auto I = ModuleMap.find(K); in removeModule()
218 assert(I != ModuleMap.end() && "VModuleKey K not valid here"); in removeModule()
220 ModuleMap.erase(I); in removeModule()
236 for (auto &KV : ModuleMap) in findSymbol()
248 assert(ModuleMap.count(K) && "VModuleKey K not valid here"); in findSymbolIn()
249 return ModuleMap[K]->find(Name, ExportedSymbolsOnly, BaseLayer); in findSymbolIn()
255 assert(ModuleMap.count(K) && "VModuleKey K not valid here"); in emitAndFinalize()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp145 StringMap<lto::InputFile *> ModuleMap; in generateModuleMap() local
147 assert(ModuleMap.find(M->getName()) == ModuleMap.end() && in generateModuleMap()
149 ModuleMap[M->getName()] = M.get(); in generateModuleMap()
151 return ModuleMap; in generateModuleMap()
207 StringMap<lto::InputFile*> &ModuleMap, in crossImportIntoModule() argument
210 auto &Input = ModuleMap[Identifier]; in crossImportIntoModule()
401 StringMap<lto::InputFile *> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule() argument
411 bool SingleModule = (ModuleMap.size() == 1); in ProcessThinLTOModule()
434 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList); in ProcessThinLTOModule()
684 auto ModuleMap = generateModuleMap(Modules); in crossModuleImport() local
[all …]
DLTO.cpp608 LTOInfo->IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0, in addModule()
813 ThinLTO.ModuleMap.size())) in addThinLTO()
847 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
857 return RegularLTO.ParallelCodeGenParallelismLevel + ThinLTO.ModuleMap.size(); in getMaxTasks()
1048 MapVector<StringRef, BitcodeModule> &ModuleMap) = 0;
1087 MapVector<StringRef, BitcodeModule> &ModuleMap) { in runThinLTOBackendThread() argument
1095 ImportList, DefinedGlobals, ModuleMap); in runThinLTOBackendThread()
1123 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start() argument
1135 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() argument
1138 ResolvedODR, DefinedGlobals, ModuleMap); in start()
[all …]
DLTOBackend.cpp506 MapVector<StringRef, BitcodeModule> &ModuleMap) { in thinBackend() argument
548 auto I = ModuleMap.find(Identifier); in thinBackend()
549 assert(I != ModuleMap.end()); in thinBackend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTOBackend.h47 MapVector<StringRef, BitcodeModule> &ModuleMap);
DLTO.h340 MapVector<StringRef, BitcodeModule> ModuleMap; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp58 typedef std::map<std::string, std::vector<EntryToStage> > ModuleMap; typedef
260 ModuleMap moduleMap;
DvktSpvAsmGraphicsShaderTestUtil.cpp441 …for (ModuleMap::const_iterator moduleNdx = instance.moduleMap.begin(); moduleNdx != instance.modul… in createPipelineShaderStages()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp58 typedef std::map<std::string, std::vector<EntryToStage> > ModuleMap; typedef
260 ModuleMap moduleMap;
DvktSpvAsmGraphicsShaderTestUtil.cpp441 …for (ModuleMap::const_iterator moduleNdx = instance.moduleMap.begin(); moduleNdx != instance.modul… in createPipelineShaderStages()
/third_party/gn/src/gn/
Dtarget_unittest.cc1377 TEST_F(TargetTest, ModuleMap) { in TEST_F() argument
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md2005 …b.com/nodejs/node/commit/b3032d29c9)] - **test**: increase coverage for ModuleMap (Rob Paton) [#16…
2360 …hub.com/nodejs/node/commit/acba6d0cb0)] - **test**: improve coverage of ModuleMap.js (Jean-Philipp…
DCHANGELOG_V9.md2097 …b.com/nodejs/node/commit/ffe4d7b468)] - **test**: increase coverage for ModuleMap (Rob Paton) [#16…