Home
last modified time | relevance | path

Searched refs:addModule (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMultipleModuleTest.cpp98 TheJIT->addModule(std::move(B)); in TEST_F()
118 TheJIT->addModule(std::move(B)); in TEST_F()
139 TheJIT->addModule(std::move(B)); in TEST_F()
160 TheJIT->addModule(std::move(B)); in TEST_F()
181 TheJIT->addModule(std::move(B)); in TEST_F()
217 TheJIT->addModule(std::move(B)); in TEST_F()
245 TheJIT->addModule(std::move(B)); in TEST_F()
246 TheJIT->addModule(std::move(C)); in TEST_F()
270 TheJIT->addModule(std::move(B)); in TEST_F()
271 TheJIT->addModule(std::move(C)); in TEST_F()
[all …]
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
DHTMLImports.js183 var addModule = function(module) { function
191 scope.addModule = addModule;
195 HTMLImports.addModule(function(scope) {
222 HTMLImports.addModule(function(scope) {
254 HTMLImports.addModule(function(scope) {
347 HTMLImports.addModule(function(scope) {
380 HTMLImports.addModule(function(scope) {
609 HTMLImports.addModule(function(scope) {
708 HTMLImports.addModule(function(scope) {
DCustomElements.js54 var addModule = function(module) { function
62 scope.addModule = addModule;
68 CustomElements.addModule(function(scope) {
126 CustomElements.addModule(function(scope) {
322 CustomElements.addModule(function(scope) {
382 CustomElements.addModule(function(scope) {
DHTMLImports.min.js11addModule=n,e.initializeModules=r}(HTMLImports),HTMLImports.addModule(function(e){var t=/(url\()([…
Dwebcomponents-lite.js525 var addModule = function(module) { function
533 scope.addModule = addModule;
537 HTMLImports.addModule(function(scope) {
564 HTMLImports.addModule(function(scope) {
596 HTMLImports.addModule(function(scope) {
689 HTMLImports.addModule(function(scope) {
722 HTMLImports.addModule(function(scope) {
951 HTMLImports.addModule(function(scope) {
1050 HTMLImports.addModule(function(scope) {
1115 var addModule = function(module) { function
[all …]
Dwebcomponents-lite.min.js11addModule=n,e.initializeModules=o}(HTMLImports),HTMLImports.addModule(function(e){var t=/(url\()([…
DCustomElements.min.js11addModule=n,e.initializeModules=r,e.hasNative=Boolean(document.registerElement),e.useNative=!t.reg…
Dwebcomponents.js4859 var addModule = function(module) { function
4867 scope.addModule = addModule;
4871 HTMLImports.addModule(function(scope) {
4898 HTMLImports.addModule(function(scope) {
4930 HTMLImports.addModule(function(scope) {
5023 HTMLImports.addModule(function(scope) {
5056 HTMLImports.addModule(function(scope) {
5285 HTMLImports.addModule(function(scope) {
5384 HTMLImports.addModule(function(scope) {
5449 var addModule = function(module) { function
[all …]
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h249 auto CommonHandle = addModule(std::move(CommonsModule), MSI, LogicalModule); in partitionAndAdd()
294 auto H = addModule(std::move(SubM), MSI, LogicalModule); in partitionAndAdd()
312 addModule(std::move(StubsModule), MSI, LogicalModule); in partitionAndAdd()
327 BaseLayerModuleSetHandleT addModule( in addModule() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h98 void addModule(std::unique_ptr<Module> M) { in addModule() function
212 void addModule(std::unique_ptr<Module> M) override;
DMCJIT.cpp87 OwnedModules.addModule(std::move(First)); in MCJIT()
104 void MCJIT::addModule(std::unique_ptr<Module> M) { in addModule() function in MCJIT
106 OwnedModules.addModule(std::move(M)); in addModule()
/external/llvm/include/llvm/IR/
DLLVMContext.h184 void addModule(Module*);
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h69 bool addModule(struct LTOModule *);
/external/llvm/tools/lli/
DOrcLazyJIT.cpp136 auto MainHandle = J.addModule(std::move(M)); in runOrcLazyJIT()
DOrcLazyJIT.h78 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule() function
Dlli.cpp382 EE->addModule(std::move(M)); in addCygMingExtraModule()
525 EE->addModule(std::move(XMod)); in main()
/external/clang/include/clang/Serialization/
DModuleManager.h204 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
/external/llvm/lib/IR/
DLLVMContext.cpp99 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1192 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule() function in KaleidoscopeJIT
1279 auto H = addModule(C.takeM()); in irGenStub()
1293 auto H = addModule(IRGen(Session, *Fn)); in irGenStub()
1344 auto H = J.addModule(C.takeM()); in HandleTopLevelExpression()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp217 } else if (!CodeGen.addModule(Module.get())) in main()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp750 void addModule(Module *M);
979 void MCJITHelper::addModule(Module* M) { in addModule() function in MCJITHelper
1503 TheHelper->addModule(M); in parseInputIR()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp1183 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule() function in KaleidoscopeJIT
1233 auto H = addModule(IRGen(Session, *FnAST)); in searchFunctionASTs()
1277 auto H = J.addModule(C.takeM()); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1175 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule() function in KaleidoscopeJIT
1214 J.addModule(std::move(M)); in HandleDefinition()
1242 auto H = J.addModule(C.takeM()); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1178 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule() function in KaleidoscopeJIT
1218 J.addModule(std::move(M)); in HandleDefinition()
1246 auto H = J.addModule(C.takeM()); in HandleTopLevelExpression()
/external/llvm/tools/lto/
Dlto.cpp257 return !unwrap(cg)->addModule(unwrap(mod)); in lto_codegen_add_module()

12