Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDProgram.h97 Function *createFunction(const FunctionDecl *Def, Ts &&... Args) { in createFunction() function
105 Function *createFunction(Ts &&... Args) { in createFunction() function
HDByteCodeEmitter.cpp154 P.createFunction(FuncDecl, ParamOffset, std::move(ParamTypes), in compileFunc()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDIROutliner.h252 Function *createFunction(Module &M, OutlinableGroup &CG,
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroEarly.cpp115 auto *SP = DB.createFunction( in buildDebugInfoForNoopResumeDestroyFunc()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDIBuilder.h802 createFunction(DIScope *Scope, StringRef Name, StringRef LinkageName,
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDIROutliner.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-head/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineOutliner.cpp806 DISubprogram *OutlinedSP = DB.createFunction( in createOutlinedFunction()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDDebugify.cpp124 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, in applyDebugifyMetadata()
HDCodeExtractor.cpp1568 auto NewSP = DIB.createFunction( in fixupDebugInfoPostExtraction()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/SandboxIR/
HDSandboxIR.h900 Function *createFunction(llvm::Function *F);
/freebsd-head/contrib/llvm-project/llvm/lib/SandboxIR/
HDSandboxIR.cpp821 Function *Context::createFunction(llvm::Function *F) { in createFunction() function in Context
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.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()
HDCodeGenModule.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-head/contrib/llvm-project/llvm/lib/IR/
HDDIBuilder.cpp855 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder
HDDebugInfo.cpp1124 return wrap(unwrap(Builder)->createFunction( in LLVMDIBuilderCreateFunction()