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

  /external/clang/lib/CodeGen/
CGClass.cpp 351 CGF.GetAddressOfDirectBaseInCompleteClass(CGF.LoadCXXThis(),
390 llvm::Value *ThisPtr = CGF.LoadCXXThis();
544 llvm::Value *ThisPtr = CGF.LoadCXXThis();
833 llvm::Value *ThisPtr = CGF.LoadCXXThis();
    [all...]
CGVTables.cpp 236 *this, LoadCXXThis(), Thunk->This)
237 : LoadCXXThis();
CGBlocks.cpp 737 Builder.CreateStore(LoadCXXThis(), addr);
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp 355 return CGF.LoadCXXThis();
    [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 506 milliseconds