Home
last modified time | relevance | path

Searched defs:getFunc (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Analysis/
H A DCFGBuildResult.h34 const FunctionDecl *getFunc() const { return Func; } in getFunc() function
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dpredefined-expr-cxx14.cpp85 const char *getFunc() const { return Func; } in getFunc() function in FuncTemplate
/llvm-project-15.0.7/compiler-rt/test/profile/Inputs/
H A Dinstrprof-value-prof-real.c29 FPT getFunc(int I) { return CalleeAddrs[I]; } in getFunc() function
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp147 MachineFunction &getFunc() const { return *MBB.getParent(); } in getFunc() function in EliminateFrameIndex
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp183 Function *getFunc() const { return F; } in getFunc() function in __anon1cd1fc5e0111::FunctionNode
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFGraph.h660 NodeAddr<FuncNode*> getFunc() const { return Func; } in getFunc() function
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorConversion.cpp55 static FlatSymbolRefAttr getFunc(Operation *op, StringRef name, in getFunc() function
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1056 Function &getFunc() const { return F; } in getFunc() function in __anoncdb75a9b0611::PGOUseFunc
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp887 mlir::func::FuncOp getFunc(llvm::StringRef name, mlir::FunctionType ty) { in getFunc() function in __anon1d418ed20211::FirConverter