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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.h 135 static CGCallee forDirect(llvm::Constant *functionPtr,
140 static CGCallee forDirect(llvm::FunctionCallee functionPtr,
CGCXXABI.cpp 55 return CGCallee::forDirect(FnPtr, FPT);
CGExprCXX.cpp 194 CGCallee::forDirect(CGM.GetAddrOfFunction(MD), GlobalDecl(MD));
376 CGCallee::forDirect(CGM.getAddrOfCXXStructor(GD, FInfo, Ty), GD);
378 Callee = CGCallee::forDirect(CGM.GetAddrOfFunction(GD, Ty), GD);
410 CGCallee::forDirect(CGM.GetAddrOfFunction(MD, Ty), GlobalDecl(MD));
413 CGCallee::forDirect(CGM.GetAddrOfFunction(DevirtualizedMethod, Ty),
1312 CGCallee Callee = CGCallee::forDirect(CalleePtr, GlobalDecl(CalleeDecl));
CGObjC.cpp 839 CGCallee callee = CGCallee::forDirect(fn);
1104 CGCallee callee = CGCallee::forDirect(copyCppAtomicObjectFn);
1185 CGCallee callee = CGCallee::forDirect(getPropertyFn);
1324 CGCallee callee = CGCallee::forDirect(fn);
1362 CGCallee callee = CGCallee::forDirect(fn);
1492 CGCallee callee = CGCallee::forDirect(setOptimizedPropertyFn);
1504 CGCallee callee = CGCallee::forDirect(setPropertyFn);
1715 CGCallee::forDirect(EnumerationMutationFnPtr);
CGCUDANV.cpp 398 CGF.EmitCall(FI, CGCallee::forDirect(cudaLaunchKernelFn), ReturnValueSlot(),
CGVTables.cpp 373 RValue RV = EmitCall(*CurFnInfo, CGCallee::forDirect(Callee, CurGD), Slot,
CGClass.cpp 2184 CGCallee Callee = CGCallee::forDirect(CalleePtr, GlobalDecl(D, Type));
2278 ? ParamValue::forDirect(RV.getScalarVal())
2893 auto callee = CGCallee::forDirect(calleePtr, GlobalDecl(callOperator));
CGCall.cpp 2710 ArgVals.push_back(ParamValue::forDirect(V));
2844 ArgVals.push_back(ParamValue::forDirect(V));
2862 ArgVals.push_back(ParamValue::forDirect(Builder.CreateExtractVector(
2918 ArgVals.push_back(ParamValue::forDirect(V));
2972 ArgVals.push_back(ParamValue::forDirect(U));
CGExprComplex.cpp 658 CGCallee Callee = CGCallee::forDirect(Func, FQTy->getAs<FunctionProtoType>());
CGAtomic.cpp 318 auto callee = CGCallee::forDirect(fn);
CGException.cpp 1742 auto Callee = CGCallee::forDirect(OutlinedFinally);
MicrosoftCXXABI.cpp 1626 CGCallee Callee = CGCallee::forDirect(CGM.getAddrOfCXXStructor(GD), GD);
4063 CGCallee::forDirect(CalleePtr, GlobalDecl(CD, Ctor_Complete));
CGDecl.cpp 605 auto Callee = CGCallee::forDirect(CleanupFn);
CodeGenFunction.h 3089 static ParamValue forDirect(llvm::Value *value) {
ItaniumCXXABI.cpp 1731 Callee = CGCallee::forDirect(CGM.getAddrOfCXXStructor(GD), GD);
CGExpr.cpp 4896 return CGCallee::forDirect(CalleePtr, GD);
CGBuiltin.cpp 618 CGCallee callee = CGCallee::forDirect(calleeValue, GlobalDecl(FD));
1835 EmitCall(FI, CGCallee::forDirect(F), ReturnValueSlot(), Args);
3825 return EmitCall(FuncInfo, CGCallee::forDirect(Func),
CGObjCMac.cpp 2279 CGCallee Callee = CGCallee::forDirect(BitcastFn);

Completed in 75 milliseconds