HomeSort by: relevance | last modified time | path
    Searched refs:CGCalleeInfo (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.h 45 class CGCalleeInfo {
52 explicit CGCalleeInfo() : CalleeProtoTy(nullptr), CalleeDecl() {}
53 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, GlobalDecl calleeDecl)
55 CGCalleeInfo(const FunctionProtoType *calleeProtoTy)
57 CGCalleeInfo(GlobalDecl calleeDecl)
93 CGCalleeInfo AbstractInfo;
112 CGCallee(const CGCalleeInfo &abstractInfo, llvm::Value *functionPtr)
136 const CGCalleeInfo &abstractInfo = CGCalleeInfo()) {
141 const CGCalleeInfo &abstractInfo = CGCalleeInfo())
    [all...]
CodeGenModule.h 1201 CGCalleeInfo CalleeInfo,
CGObjCGNU.cpp 2620 CGCallee callee(CGCalleeInfo(), imp);
2740 CGCallee callee(CGCalleeInfo(), imp);
CGBlocks.cpp 1239 CGCallee Callee(CGCalleeInfo(), Func);
CGCall.cpp 1987 CGCalleeInfo CalleeInfo,
CGExpr.cpp 4946 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD);
CGObjCMac.cpp 7397 CGCallee callee(CGCalleeInfo(), calleePtr);

Completed in 47 milliseconds