Home
last modified time | relevance | path

Searched refs:createFunction (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h97 Function *createFunction(const FunctionDecl *Def, Ts &&... Args) { in createFunction() function
105 Function *createFunction(Ts &&... Args) { in createFunction() function
H A DByteCodeEmitter.cpp154 P.createFunction(FuncDecl, ParamOffset, std::move(ParamTypes), in compileFunc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h252 Function *createFunction(Module &M, OutlinableGroup &CG,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp115 auto *SP = DB.createFunction( in buildDebugInfoForNoopResumeDestroyFunc()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h802 createFunction(DIScope *Scope, StringRef Name, StringRef LinkageName,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp629 Function *IROutliner::createFunction(Module &M, OutlinableGroup &Group, in createFunction() function in IROutliner
680 DISubprogram *OutlinedSP = DB.createFunction( in createFunction()
2298 createFunction(M, CurrentGroup, OutlinedFunctionNum); in deduplicateExtractedSections()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp806 DISubprogram *OutlinedSP = DB.createFunction( in createOutlinedFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp124 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, in applyDebugifyMetadata()
H A DCodeExtractor.cpp1568 auto NewSP = DIB.createFunction( in fixupDebugInfoPostExtraction()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h900 Function *createFunction(llvm::Function *F);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp821 Function *Context::createFunction(llvm::Function *F) { in createFunction() function in Context
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1745 SP = DBuilder.createFunction( in createInlinedTrapSubprogram()
4119 return DBuilder.createFunction( in getFunctionFwdDeclOrStub()
4268 llvm::DISubprogram *FD = DBuilder.createFunction( in getObjCMethodDeclaration()
4457 llvm::DISubprogram *SP = DBuilder.createFunction( in emitFunctionStart()
4521 llvm::DISubprogram *SP = DBuilder.createFunction( in EmitFunctionDecl()
H A DCodeGenModule.cpp4205 auto createFunction = [&](const FunctionDecl *Decl, unsigned MVIdx = 0) { in emitMultiVersionFunctions() local
4237 llvm::Function *Func = createFunction(CurFD); in emitMultiVersionFunctions()
4243 llvm::Function *Func = createFunction(CurFD); in emitMultiVersionFunctions()
4252 llvm::Function *Func = createFunction(CurFD, I); in emitMultiVersionFunctions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp855 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder
H A DDebugInfo.cpp1124 return wrap(unwrap(Builder)->createFunction( in LLVMDIBuilderCreateFunction()