Home
last modified time | relevance | path

Searched refs:NewModule (Results 1 – 5 of 5) 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
171 NewModule->Index = Chain.size(); in addModule()
172 NewModule->FileName = FileName.str(); in addModule()
173 NewModule->File = Entry; in addModule()
174 NewModule->ImportLoc = ImportLoc; in addModule()
175 NewModule->InputFilesValidationTimestamp = 0; in addModule()
177 if (NewModule->Kind == MK_ImplicitModule) { in addModule()
178 std::string TimestampFilename = NewModule->getTimestampFilename(); in addModule()
182 NewModule->InputFilesValidationTimestamp = in addModule()
189 NewModule->Buffer = &ModuleCache->addBuiltPCM(FileName, std::move(Buffer)); in addModule()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir_test.go21 mod := NewModule("")
97 mod := NewModule("")
H A Dexecutionengine_test.go24 mod := NewModule("fac_module")
H A Dir.go440 func NewModule(name string) (m Module) { func
447 func (c Context) NewModule(name string) (m Module) { func
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp263 auto *NewModule = NewFunc->getParent(); in CloneFunctionInto() local
264 auto *NMD = NewModule->getOrInsertNamedMetadata("llvm.dbg.cu"); in CloneFunctionInto()