Searched refs:getThisValue (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp135 getThisValue(CGF)
H A DCGCXXABI.h53 llvm::Value *&getThisValue(CodeGenFunction &CGF) { function in class:clang::CodeGen::CGCXXABI
H A DMicrosoftCXXABI.cpp389 CGF.Builder.CreateBitCast(getThisValue(CGF), CGM.Int8PtrTy, "this.int8");
468 /// 1) getThisValue is currently protected
472 CGF.Builder.CreateStore(getThisValue(CGF), CGF.ReturnValue);
H A DItaniumCXXABI.cpp864 /// 1) getThisValue is currently protected
868 CGF.Builder.CreateStore(getThisValue(CGF), CGF.ReturnValue);

Completed in 72 milliseconds