| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Program.h | 98 Function *createFunction(const FunctionDecl *Def, Ts &&...Args) { in createFunction() function 105 template <typename... Ts> Function *createFunction(Ts &&...Args) { in createFunction() function
|
| H A D | Context.cpp | 506 const Function *Func = P->createFunction( in getOrCreateFunction() 537 P->createFunction(E, ParamOffset, std::move(ParamTypes), in getOrCreateObjCBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | SandboxVectorizer.cpp | 135 sandboxir::Function &F = *Ctx->createFunction(&LLVMF); in runImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | IROutliner.h | 252 Function *createFunction(Module &M, OutlinableGroup &CG,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroEarly.cpp | 113 auto *SP = DB.createFunction( in buildDebugInfoForNoopResumeDestroyFunc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Context.h | 277 LLVM_ABI Function *createFunction(llvm::Function *F);
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Context.cpp | 663 Function *Context::createFunction(llvm::Function *F) { in createFunction() function in llvm::sandboxir::Context 688 createFunction(&LLVMF); in createModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 630 Function *IROutliner::createFunction(Module &M, OutlinableGroup &Group, in createFunction() function in IROutliner 681 DISubprogram *OutlinedSP = DB.createFunction( in createFunction() 2276 createFunction(M, CurrentGroup, OutlinedFunctionNum); in deduplicateExtractedSections()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 958 LLVM_ABI DISubprogram *createFunction(
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 1011 DISubprogram *OutlinedSP = DB.createFunction( in createOutlinedFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 180 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, in applyDebugifyMetadata()
|
| H A D | CodeExtractor.cpp | 1268 auto NewSP = DIB.createFunction( in fixupDebugInfoPostExtraction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 757 DBuilder.createFunction(CU, BPF_TRAP, BPF_TRAP, nullptr, 0, FuncType, 0, in createBPFUnreachable()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1907 SP = DBuilder.createFunction( in createInlinedSubprogram() 4369 return DBuilder.createFunction( in getFunctionFwdDeclOrStub() 4520 llvm::DISubprogram *FD = DBuilder.createFunction( in getObjCMethodDeclaration() 4717 llvm::DISubprogram *SP = DBuilder.createFunction( in emitFunctionStart() 4783 llvm::DISubprogram *SP = DBuilder.createFunction( in EmitFunctionDecl()
|
| H A D | CodeGenModule.cpp | 4451 auto createFunction = [&](const FunctionDecl *Decl, unsigned MVIdx = 0) { in emitMultiVersionFunctions() local 4484 llvm::Function *Func = createFunction(CurFD); in emitMultiVersionFunctions() 4489 llvm::Function *Func = createFunction(CurFD); in emitMultiVersionFunctions() 4499 llvm::Function *Func = createFunction(CurFD, I); in emitMultiVersionFunctions()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 977 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder
|
| H A D | DebugInfo.cpp | 1152 return wrap(unwrap(Builder)->createFunction( in LLVMDIBuilderCreateFunction()
|