Searched defs:getFunction (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTrace.cpp27 Function *Trace::getFunction() const { function in class:Trace
H A DBlockFrequencyInfo.cpp260 const Function *BlockFrequencyInfo::getFunction() const { function in class:BlockFrequencyInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDivergenceAnalysis.h52 const Function &getFunction() const { return F; } function in class:llvm::DivergenceAnalysis
193 const Function &getFunction() const { return DA.getFunction(); } function in class:llvm::GPUDivergenceAnalysis
H A DCallGraph.h187 Function *getFunction() const { return F; } function in class:llvm::CallGraphNode
H A DDependenceAnalysis.h333 Function *getFunction() const { return F; } function in class:llvm::DependenceInfo
H A DLazyCallGraph.h334 Function &getFunction() const { return *F; } function in class:llvm::LazyCallGraph::Edge::Node
1233 inline Function &LazyCallGraph::Edge::getFunction() const { function in class:llvm::LazyCallGraph::LazyCallGraph::Edge
H A DBlockFrequencyInfoImpl.h961 const FunctionT *getFunction() const { return F; } function in class:llvm::BlockFrequencyInfoImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp174 Function *Module::getFunction(StringRef Name) const { function in class:Module
H A DInstruction.cpp59 const Function *Instruction::getFunction() const { function in class:Instruction
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h105 const Function &getFunction() const { return F; } function in class:llvm::GCFunctionInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.h60 Function *getFunction() const { return Func; } function in class:clang::interp::final
H A DProgram.cpp188 Function *Program::getFunction(const FunctionDecl *F) { function in class:Program
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp250 const MachineFunction *MachineBlockFrequencyInfo::getFunction() const { function in class:MachineBlockFrequencyInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp258 static Function *getFunction(Constant *C) { function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp486 FunctionDecl *CodeCompleteConsumer::OverloadCandidate::getFunction() const { function in class:CodeCompleteConsumer::OverloadCandidate
H A DDeclSpec.cpp151 DeclaratorChunk DeclaratorChunk::getFunction(bool hasProto, function in class:DeclaratorChunk
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h85 Function *getFunction() { function in class:llvm::Instruction
H A DConstants.h866 Function *getFunction() const { return (Function*)Op<0>().get(); } function in class:llvm::final
H A DDiagnosticInfo.h201 const Function &getFunction() const { return Fn; } function in class:llvm::DiagnosticInfoResourceLimit
392 const Function &getFunction() const { return Fn; } function in class:llvm::DiagnosticInfoWithLocationBase
935 const Function &getFunction() const { return Fn; } function in class:llvm::DiagnosticInfoISelFallback
H A DFunction.h133 const Function &getFunction() const { return *this; } function in class:llvm::Function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h427 Function &getFunction() const { return F; } function in class:llvm::LLParser::PerFunctionState
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h344 FunctionAccessor getFunction(unsigned FunctionIndex) const { function in class:llvm::StackMapParser::LocationKind
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp428 getFunction(StringRef FuncName, QualType QT, std::array<Address, N> Addrs, function in struct:__anon369::GenFuncBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp479 FunctionCallee AMDGPULibCalls::getFunction(Module *M, const FuncInfo &fInfo) { function in class:AMDGPULibCalls
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h526 FunctionDecl *getFunction() const { return Function.getPointer(); } function in class:clang::final::final

Completed in 224 milliseconds

12