Home
last modified time | relevance | path

Searched refs:NewModule (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DModuleManager.cpp171 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()
196 NewModule->Buffer = Buffer; in addModule()
230 NewModule->Data = PCHContainerRdr.ExtractPCH(*NewModule->Buffer); in addModule()
239 Module = Modules[Entry] = NewModule.get(); in addModule()
243 if (!NewModule->isModule()) in addModule()
244 PCHChain.push_back(NewModule.get()); in addModule()
246 Roots.push_back(NewModule.get()); in addModule()
[all …]
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir_test.go21 mod := NewModule("")
98 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
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp271 auto *NewModule = NewFunc->getParent(); in CloneFunctionInto() local
272 auto *NMD = NewModule->getOrInsertNamedMetadata("llvm.dbg.cu"); in CloneFunctionInto()