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 349 CGF.GetAddressOfDirectBaseInCompleteClass(CGF.LoadCXXThis(),
388 llvm::Value *ThisPtr = CGF.LoadCXXThis();
542 llvm::Value *ThisPtr = CGF.LoadCXXThis();
803 llvm::Value *ThisPtr = CGF.LoadCXXThis();
    [all...]
CGVTables.cpp 329 PerformTypeAdjustment(*this, LoadCXXThis(),
    [all...]
CGBlocks.cpp 740 Builder.CreateStore(LoadCXXThis(), addr);
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp 352 return CGF.LoadCXXThis();
    [all...]

Completed in 82 milliseconds