/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMultipleModuleTest.cpp | 98 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() 221 TheJIT->addModule(std::move(B)); in TEST_F() 254 TheJIT->addModule(std::move(B)); in TEST_F() 255 TheJIT->addModule(std::move(C)); in TEST_F() 279 TheJIT->addModule(std::move(B)); in TEST_F() 280 TheJIT->addModule(std::move(C)); in TEST_F() [all …]
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMultipleModuleTest.cpp | 97 TheJIT->addModule(std::move(B)); in TEST_F() 117 TheJIT->addModule(std::move(B)); in TEST_F() 138 TheJIT->addModule(std::move(B)); in TEST_F() 159 TheJIT->addModule(std::move(B)); in TEST_F() 180 TheJIT->addModule(std::move(B)); in TEST_F() 223 TheJIT->addModule(std::move(B)); in TEST_F() 256 TheJIT->addModule(std::move(B)); in TEST_F() 257 TheJIT->addModule(std::move(C)); in TEST_F() 281 TheJIT->addModule(std::move(B)); in TEST_F() 282 TheJIT->addModule(std::move(C)); in TEST_F() [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/ |
D | TestDuplicateRegistration.java | 52 .addModule(module2) in testDuplicateRegistration() 53 .addModule(module2) in testDuplicateRegistration() 54 .addModule(module2) in testDuplicateRegistration()
|
/external/llvm/test/LTO/X86/ |
D | diagnostic-handler-noexit.ll | 2 ; This test verifies that after addModule() encounters an error, the diagnostic 3 ; handler does not call exit(1) and instead returns to the caller of addModule.
|
/external/llvm-project/llvm/test/LTO/X86/ |
D | diagnostic-handler-noexit.ll | 2 ; This test verifies that after addModule() encounters an error, the diagnostic 3 ; handler does not call exit(1) and instead returns to the caller of addModule.
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | GlobalMappingLayer.h | 49 addModule(std::shared_ptr<Module> M, in addModule() function 51 return BaseLayer.addModule(std::move(M), std::move(Resolver)); in addModule()
|
D | IRTransformLayer.h | 78 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function 79 return BaseLayer.addModule(std::move(K), Transform(std::move(M))); in addModule()
|
D | LazyEmittingLayer.h | 131 return BaseLayer.addModule(std::move(K), std::move(M)); in emitToBaseLayer() 205 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | HTMLImports.js | 570 var addModule = function(module) { function 578 scope.addModule = addModule; 582 window.HTMLImports.addModule(function(scope) { 612 window.HTMLImports.addModule(function(scope) { 648 window.HTMLImports.addModule(function(scope) { 741 window.HTMLImports.addModule(function(scope) { 774 window.HTMLImports.addModule(function(scope) { 1017 window.HTMLImports.addModule(function(scope) { 1116 window.HTMLImports.addModule(function(scope) {
|
D | webcomponents-lite.js | 1304 var addModule = function(module) { function 1312 scope.addModule = addModule; 1316 window.HTMLImports.addModule(function(scope) { 1346 window.HTMLImports.addModule(function(scope) { 1382 window.HTMLImports.addModule(function(scope) { 1475 window.HTMLImports.addModule(function(scope) { 1508 window.HTMLImports.addModule(function(scope) { 1745 window.HTMLImports.addModule(function(scope) { 1844 window.HTMLImports.addModule(function(scope) { 1900 var addModule = function(module) { function [all …]
|
D | HTMLImports.min.js | 11 …addModule=n,e.initializeModules=r}(window.HTMLImports),window.HTMLImports.addModule(function(e){va…
|
D | CustomElements.js | 431 var addModule = function(module) { function 439 scope.addModule = addModule; 446 window.CustomElements.addModule(function(scope) { 501 window.CustomElements.addModule(function(scope) { 691 window.CustomElements.addModule(function(scope) { 756 window.CustomElements.addModule(function(scope) {
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 100 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function 172 addModule(std::move(M)); in addFunctionAST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 109 Error addModule(Module *M); 117 Error Builder::addModule(Module *M) { in addModule() function in __anon69ba0f0c0111::Builder 126 Msymtab.addModule(M); in addModule() 318 if (Error Err = addModule(M)) in build()
|
/external/llvm-project/llvm/lib/Object/ |
D | IRSymtab.cpp | 109 Error addModule(Module *M); 117 Error Builder::addModule(Module *M) { in addModule() function in __anon937312180111::Builder 126 Msymtab.addModule(M); in addModule() 322 if (Error Err = addModule(M)) in build()
|
/external/llvm-project/llvm/examples/SpeculativeJIT/ |
D | SpeculativeJIT.cpp | 80 Error addModule(ThreadSafeModule TSM) { in addModule() function in SpeculativeJIT 180 ExitOnErr(SJ->addModule(ThreadSafeModule(std::move(M), std::move(Ctx)))); in main()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ModuleSymbolTable.h | 46 void addModule(Module *M);
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ModuleSymbolTable.h | 47 void addModule(Module *M);
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 116 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function 200 addModule(std::move(M)); in addFunctionAST()
|
/external/llvm-project/clang/examples/clang-interpreter/ |
D | main.cpp | 104 Error addModule(ThreadSafeModule M) { in addModule() function in llvm::orc::SimpleJIT 224 ExitOnErr(J->addModule( in main()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/mixins/ |
D | TestMixinMerging.java | 48 .addModule(module) in testDisappearingMixins515()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 445 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in thinLink() 553 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in import() 584 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in internalize() 672 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in runAll() 794 } else if (!CodeGen.addModule(Module.get())) { in main()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/ |
D | MapperBuilder.java | 239 public B addModule(com.fasterxml.jackson.databind.Module module) in addModule() method in MapperBuilder 248 addModule(module); in addModules() 256 addModule(module); in addModules()
|
/external/llvm-project/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 611 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in thinLink() 732 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in import() 765 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(), in internalize() 824 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in codegen() 863 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer()); in runAll() 1007 } else if (!CodeGen.addModule(Module.get())) { in main()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 57 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function
|