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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXXABI.h 487 virtual llvm::Value *performReturnAdjustment(CodeGenFunction &CGF,
CGVTables.cpp 69 static RValue PerformReturnAdjustment(CodeGenFunction &CGF,
93 ReturnValue = CGF.CGM.getCXXABI().performReturnAdjustment(CGF,
226 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk);
378 RV = PerformReturnAdjustment(*this, ResultType, RV, *Thunk);
ItaniumCXXABI.cpp 299 llvm::Value *performReturnAdjustment(CodeGenFunction &CGF, Address Ret,
2157 ItaniumCXXABI::performReturnAdjustment(CodeGenFunction &CGF, Address Ret,
MicrosoftCXXABI.cpp 395 llvm::Value *performReturnAdjustment(CodeGenFunction &CGF, Address Ret,
2238 MicrosoftCXXABI::performReturnAdjustment(CodeGenFunction &CGF, Address Ret,

Completed in 24 milliseconds