Home
last modified time | relevance | path

Searched defs:NewModule (Results 1 – 6 of 6) sorted by relevance

/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java598 static class NewModule<T> extends AbstractModule { class in OverrideModuleTest
601 NewModule(T bound) { in NewModule() method in OverrideModuleTest.NewModule
/external/clang/lib/Serialization/
DModuleManager.cpp89 bool NewModule = false; in addModule() local
/external/llvm/tools/gold/
Dgold-plugin.cpp1194 std::unique_ptr<llvm::Module> NewModule(new llvm::Module(Name, Context)); in thinLTOBackendTask() local
/external/llvm/bindings/go/llvm/
Dir.go375 func NewModule(name string) (m Module) { func
382 func (c Context) NewModule(name string) (m Module) { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go402 func NewModule(name string) (m Module) { func
409 func (c Context) NewModule(name string) (m Module) { func
/external/v8/src/heap/
Dfactory.cc3018 Handle<Module> Factory::NewModule(Handle<SharedFunctionInfo> code) { in NewModule() function in v8::internal::Factory