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

  /external/clang/lib/CodeGen/
CGCXXABI.h 434 virtual llvm::Value *performReturnAdjustment(CodeGenFunction &CGF,
CGVTables.cpp 83 static RValue PerformReturnAdjustment(CodeGenFunction &CGF,
107 ReturnValue = CGF.CGM.getCXXABI().performReturnAdjustment(CGF,
198 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk);
327 RV = PerformReturnAdjustment(*this, ResultType, RV, *Thunk);
    [all...]
ItaniumCXXABI.cpp 289 llvm::Value *performReturnAdjustment(CodeGenFunction &CGF, Address Ret,
    [all...]
MicrosoftCXXABI.cpp 376 llvm::Value *performReturnAdjustment(CodeGenFunction &CGF, Address Ret,
    [all...]

Completed in 90 milliseconds