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

  /external/clang/lib/CodeGen/
CGClass.cpp 337 CGF.GetAddressOfDirectBaseInCompleteClass(CGF.LoadCXXThis(),
375 llvm::Value *ThisPtr = CGF.LoadCXXThis();
557 llvm::Value *ThisPtr = CGF.LoadCXXThis();
    [all...]
CGVTables.cpp 336 PerformTypeAdjustment(*this, LoadCXXThis(),
CGBlocks.cpp 674 Builder.CreateStore(LoadCXXThis(), addr);
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp 337 return CGF.LoadCXXThis();
    [all...]

Completed in 42 milliseconds