Home
last modified time | relevance | path

Searched defs:createFunction (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DProgram.h79 Function *createFunction(const FunctionDecl *Def, Ts &&... Args) { in createFunction() function
86 Function *createFunction(Ts &&... Args) { in createFunction() function
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h257 mlir::func::FuncOp createFunction(mlir::Location loc, llvm::StringRef name, in createFunction() function
/llvm-project-15.0.7/lld/wasm/
H A DWriter.cpp973 static void createFunction(DefinedFunction *func, StringRef bodyContent) { in createFunction() function
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp796 TEST_F(IRBuilderTest, createFunction) { in TEST_F() argument
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp162 llvm::Function *createFunction(llvm::Module &module, in createFunction() function
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp34 mlir::func::FuncOp fir::FirOpBuilder::createFunction(mlir::Location loc, in createFunction() function in fir::FirOpBuilder
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp623 Function *IROutliner::createFunction(Module &M, OutlinableGroup &Group, in createFunction() function in IROutliner
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp844 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder