Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp89 bool NewModule = false; in addModule() local
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go373 func NewModule(name string) (m Module) { func
380 func (c Context) NewModule(name string) (m Module) { func