Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp170 auto NewModule = std::make_unique<ModuleFile>(Type, Generation); in addModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp263 auto *NewModule = NewFunc->getParent(); in CloneFunctionInto() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go440 func NewModule(name string) (m Module) { func
447 func (c Context) NewModule(name string) (m Module) { func