Home
last modified time | relevance | path

Searched refs:arrangeCXXMethodCall (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp60 const CGFunctionInfo &CodeGen::arrangeCXXMethodCall( in arrangeCXXMethodCall() function in CodeGen
H A DCodeGenTypes.h264 const CGFunctionInfo &arrangeCXXMethodCall(const CallArgList &args,
H A DCGExprCXX.cpp94 auto &FnInfo = CGM.getTypes().arrangeCXXMethodCall( in EmitCXXMemberOrOperatorCall()
489 return EmitCall(CGM.getTypes().arrangeCXXMethodCall(Args, FPT, required, in EmitCXXMemberPointerCallExpr()
H A DCGVTables.cpp359 const CGFunctionInfo &CallFnInfo = CGM.getTypes().arrangeCXXMethodCall( in EmitCallAndReturnForThunk()
H A DItaniumCXXABI.cpp3422 CGM.getTypes().arrangeCXXMethodCall(CallArgs, FPT, Required, 0); in getOrCreateVirtualFunctionPointerThunk()
H A DCGCall.cpp770 const CGFunctionInfo &CodeGenTypes::arrangeCXXMethodCall( in arrangeCXXMethodCall() function in CodeGenTypes
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h79 arrangeCXXMethodCall(CodeGenModule &CGM, CanQualType returnType,
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.h174 arrangeCXXMethodCall(const CallArgList &args,
H A DCIRGenCXXExpr.cpp184 auto &fnInfo = cgm.getTypes().arrangeCXXMethodCall( in emitCXXMemberOrOperatorCall()
H A DCIRGenCall.cpp347 const CIRGenFunctionInfo &CIRGenTypes::arrangeCXXMethodCall( in arrangeCXXMethodCall() function in CIRGenTypes