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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGClass.cpp 141 return Address(LoadCXXThis(), CXXThisAlignment);
644 llvm::Value *ThisPtr = CGF.LoadCXXThis();
820 llvm::Value *ThisPtr = LoadCXXThis();
1319 CXXThisValue = Builder.CreateLaunderInvariantGroup(LoadCXXThis());
1336 CXXThisValue = Builder.CreateLaunderInvariantGroup(LoadCXXThis());
1527 CXXThisValue = Builder.CreateLaunderInvariantGroup(LoadCXXThis());
1576 return CGF.LoadCXXThis();
1747 CGF.Builder.CreateBitCast(CGF.LoadCXXThis(), CGF.Int8PtrTy),
1777 llvm::Value *VTablePtr = CGF.LoadCXXThis();
CGVTables.cpp 303 : LoadCXXThis();
CGBlocks.cpp 906 Builder.CreateStore(LoadCXXThis(), addr);
CGOpenMPRuntimeGPU.cpp 4359 llvm::Value *CXXThis = CGF.LoadCXXThis();
CodeGenFunction.h 2744 /// LoadCXXThis - Load the value of 'this'. This function is only valid while
2746 llvm::Value *LoadCXXThis() {
CGExprScalar.cpp 654 return CGF.LoadCXXThis();

Completed in 80 milliseconds