Home
last modified time | relevance | path

Searched refs:createModule (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h280 LLVM_ABI Module *createModule(llvm::Module *LLVMM);
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h546 Module *createModule(StringRef Name, Module *Parent, bool IsFramework,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h1043 LLVM_ABI DIModule *createModule(DIScope *Scope, StringRef Name,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp862 Module *M = createModule(Name, Parent, IsFramework, IsExplicit); in findOrCreateModule()
866 Module *ModuleMap::createModule(StringRef Name, Module *Parent, in createModule() function in ModuleMap
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp684 Module *Context::createModule(llvm::Module *LLVMM) { in createModule() function in llvm::sandboxir::Context
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp1052 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule() function in DIBuilder
H A DDebugInfo.cpp1131 return wrap(unwrap(Builder)->createModule( in LLVMDIBuilderCreateModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3297 DBuilder.createModule(Parent, Mod.getModuleName(), ConfigMacros, in getOrCreateModuleRef()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6041 ? &ModuleMap::createModule in ReadSubmoduleBlock()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c161720 static int createModule( function
161750 return createModule(db, zName, pModule, pAux, 0);
161766 return createModule(db, zName, pModule, pAux, xDestroy);
161786 createModule(db, pMod->zName, 0, 0, 0);