Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Dmock-system-header.h4 void callMethod(CreateFunction createFunction) { in callMethod()
9 inline void localVar(CreateFunction createFunction) { in localVar()
/llvm-project/clang/lib/AST/Interp/
H A DProgram.h
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h350 mlir::func::FuncOp createFunction(mlir::Location loc, llvm::StringRef name, createFunction() function
/llvm-project/lld/wasm/
H A DWriter.cpp1108 static void createFunction(DefinedFunction *func, StringRef bodyContent) { createFunction() function
[all...]
/llvm-project/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp162 llvm::Function *createFunction(llvm::Module &module, createFunction() function
[all...]
/llvm-project/llvm/unittests/IR/
H A DIRBuilderTest.cpp854 TEST_F(IRBuilderTest, createFunction) { in TEST_F() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp629 Function *IROutliner::createFunction(Module &M, OutlinableGroup &Group, in createFunction() function in IROutliner
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp855 DISubprogram *DIBuilder::createFunction( createFunction() function in DIBuilder
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp41 fir::FirOpBuilder::createFunction(mlir::Location loc, mlir::ModuleOp module, createFunction() function in fir::FirOpBuilder
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4209 auto createFunction = [&](const FunctionDecl *Decl, unsigned MVIdx = 0) { emitMultiVersionFunctions() local