HomeSort by relevance Sort by last modified time
    Searched defs:getFunctionInfo (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
GCMetadata.cpp 102 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) {
157 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F);
  /external/clang/lib/CodeGen/
CodeGenTypes.h 153 /// getFunctionInfo - Get the function info for the specified function decl.
154 const CGFunctionInfo &getFunctionInfo(GlobalDecl GD);
156 const CGFunctionInfo &getFunctionInfo(const FunctionDecl *FD);
157 const CGFunctionInfo &getFunctionInfo(const CXXMethodDecl *MD);
158 const CGFunctionInfo &getFunctionInfo(const ObjCMethodDecl *MD);
159 const CGFunctionInfo &getFunctionInfo(const CXXConstructorDecl *D,
161 const CGFunctionInfo &getFunctionInfo(const CXXDestructorDecl *D,
164 const CGFunctionInfo &getFunctionInfo(const CallArgList &Args,
166 return getFunctionInfo(Ty->getResultType(), Args,
170 const CGFunctionInfo &getFunctionInfo(CanQual<FunctionProtoType> Ty)
    [all...]
CGCall.cpp 70 CodeGenTypes::getFunctionInfo(CanQual<FunctionNoProtoType> FTNP) {
71 return getFunctionInfo(FTNP->getResultType().getUnqualifiedType(),
78 static const CGFunctionInfo &getFunctionInfo(CodeGenTypes &CGT,
85 return CGT.getFunctionInfo(ResTy, ArgTys, FTP->getExtInfo());
89 CodeGenTypes::getFunctionInfo(CanQual<FunctionProtoType> FTP) {
91 return ::getFunctionInfo(*this, ArgTys, FTP);
114 const CGFunctionInfo &CodeGenTypes::getFunctionInfo(const CXXRecordDecl *RD,
121 return ::getFunctionInfo(*this, ArgTys,
125 const CGFunctionInfo &CodeGenTypes::getFunctionInfo(const CXXMethodDecl *MD) {
135 return ::getFunctionInfo(*this, ArgTys, GetFormalType(MD))
    [all...]
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 126 if (FunctionRecord *FR = getFunctionInfo(F)) {
143 if (FunctionRecord *FR = getFunctionInfo(F)) {
168 /// getFunctionInfo - Return the function info for the function, or null if
170 FunctionRecord *getFunctionInfo(const Function *F) {
421 if (FunctionRecord *CalleeFR = getFunctionInfo(Callee)) {
558 if (const FunctionRecord *FR = getFunctionInfo(F))

Completed in 77 milliseconds