Home
last modified time | relevance | path

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

123456

/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()
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/
DMCJITMultipleModuleTest.cpp97 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/
DTestDuplicateRegistration.java52 .addModule(module2) in testDuplicateRegistration()
53 .addModule(module2) in testDuplicateRegistration()
54 .addModule(module2) in testDuplicateRegistration()
/external/llvm/test/LTO/X86/
Ddiagnostic-handler-noexit.ll2 ; 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/
Ddiagnostic-handler-noexit.ll2 ; 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/
DGlobalMappingLayer.h49 addModule(std::shared_ptr<Module> M, in addModule() function
51 return BaseLayer.addModule(std::move(M), std::move(Resolver)); in addModule()
DIRTransformLayer.h78 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()
DLazyEmittingLayer.h131 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/
DHTMLImports.js570 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) {
Dwebcomponents-lite.js1304 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 …]
DHTMLImports.min.js11addModule=n,e.initializeModules=r}(window.HTMLImports),window.HTMLImports.addModule(function(e){va…
DCustomElements.js431 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/
DKaleidoscopeJIT.h100 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/
DIRSymtab.cpp109 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/
DIRSymtab.cpp109 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/
DSpeculativeJIT.cpp80 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/
DModuleSymbolTable.h46 void addModule(Module *M);
/external/llvm-project/llvm/include/llvm/Object/
DModuleSymbolTable.h47 void addModule(Module *M);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h116 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function
200 addModule(std::move(M)); in addFunctionAST()
/external/llvm-project/clang/examples/clang-interpreter/
Dmain.cpp104 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/
DTestMixinMerging.java48 .addModule(module) in testDisappearingMixins515()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp445 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/
DMapperBuilder.java239 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/
Dllvm-lto.cpp611 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/
DKaleidoscopeJIT.h57 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function

123456