Home
last modified time | relevance | path

Searched defs:addModule (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DGlobalMappingLayer.h49 addModule(std::shared_ptr<Module> M, in addModule() function
DIRTransformLayer.h78 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function
DIRCompileLayer.h108 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function
DLazyEmittingLayer.h205 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function
DCompileOnDemandLayer.h305 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DModuleSymbolTable.cpp56 void ModuleSymbolTable::addModule(Module *M) { in addModule() function in ModuleSymbolTable
DIRSymtab.cpp117 Error Builder::addModule(Module *M) { in addModule() function in __anon630fb98d0111::Builder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h96 void addModule(std::unique_ptr<Module> M) { in addModule() function
DMCJIT.cpp102 void MCJIT::addModule(std::unique_ptr<Module> M) { in addModule() function in MCJIT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp85 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h173 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp157 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule() function in LTOCodeGenerator
DThinLTOCodeGenerator.cpp509 void ThinLTOCodeGenerator::addModule(StringRef Identifier, StringRef Data) { in addModule() function in ThinLTOCodeGenerator
DLTO.cpp589 Error LTO::addModule(InputFile &Input, unsigned ModI, in addModule() function in LTO
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h258 void addModule(std::unique_ptr<Module> M) override { in addModule() function
/third_party/typescript/lib/
Dlib.dom.d.ts18779 addModule(moduleURL: string, options?: WorkletOptions): Promise<void>; method
/third_party/typescript/src/lib/
Ddom.generated.d.ts18759 addModule(moduleURL: string, options?: WorkletOptions): Promise<void>; method
/third_party/node/tools/
Dlint-md.mjs22117 async function addModule(id, value) { function