/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | DivergenceAnalysis.h | 51 const Function &getFunction() const { return F; } in getFunction() function 164 const Function &getFunction() const { return F; } in getFunction() function
|
H A D | CFGPrinter.h | 80 const Function *getFunction() const { return this->F; } in getFunction() function
|
H A D | LazyCallGraph.h | 322 Function &getFunction() const { return *F; } in getFunction() function 1233 inline Function &LazyCallGraph::Edge::getFunction() const { in getFunction() function
|
H A D | CallGraph.h | 197 Function *getFunction() const { return F; } in getFunction() function
|
H A D | DependenceAnalysis.h | 355 Function *getFunction() const { return F; } in getFunction() function
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineCFGPrinter.h | 27 const MachineFunction *getFunction() const { return this->F; } in getFunction() function
|
H A D | MachineSSAContext.h | 55 MachineFunction *getFunction() const { return MF; } in getFunction() function
|
H A D | GCMetadata.h | 105 const Function &getFunction() const { return F; } in getFunction() function
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | Trace.cpp | 27 Function *Trace::getFunction() const { in getFunction() function in Trace
|
H A D | BlockFrequencyInfo.cpp | 261 const Function *BlockFrequencyInfo::getFunction() const { in getFunction() function in BlockFrequencyInfo
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | SSAContext.h | 50 Function *getFunction() const { return F; } in getFunction() function
|
H A D | DiagnosticInfo.h | 345 const Function &getFunction() const { return Fn; } in getFunction() function 380 const Function &getFunction() const { return Fn; } in getFunction() function 963 const Function &getFunction() const { return Fn; } in getFunction() function
|
H A D | Function.h | 134 const Function &getFunction() const { return *this; } in getFunction() function
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | GenericUniformityInfo.h | 60 const FunctionT &getFunction() const { return *F; } in getFunction() function
|
H A D | GenericCycleInfo.h | 263 FunctionT *getFunction() const { return Context.getFunction(); } in getFunction() function
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | SampleProfileProbe.h | 106 Function *getFunction() const { return F; } in getFunction() function
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | InterpFrame.h | 66 const Function *getFunction() const { return Func; } in getFunction() function
|
H A D | Program.cpp | 210 Function *Program::getFunction(const FunctionDecl *F) { in getFunction() function in Program
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 269 const MachineFunction *MachineBlockFrequencyInfo::getFunction() const { in getFunction() function in MachineBlockFrequencyInfo
|
H A D | MIRSampleProfile.cpp | 107 static Function &getFunction(MachineFunction &F) { return F.getFunction(); } in getFunction() function
|
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1071 Function *getFunction() const { return EntryBB->getParent(); } in getFunction() function 2390 Function *getFunction() const { in getFunction() function
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 364 FunctionAccessor getFunction(unsigned FunctionIndex) const { in getFunction() function
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 236 static Function *getFunction(Constant *C) { in getFunction() function
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 426 Function *getFunction(std::string Name) { in getFunction() function
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 496 FunctionDecl *CodeCompleteConsumer::OverloadCandidate::getFunction() const { in getFunction() function in CodeCompleteConsumer::OverloadCandidate
|