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

  /external/clang/lib/CodeGen/
CGVTables.cpp 363 Address ThisAddr = GetAddrOfLocalVar(CXXABIThisDecl);
364 llvm::Type *ThisType = ThisAddr.getElementType();
367 Builder.CreateStore(AdjustedThisPtr, ThisAddr);
    [all...]
ItaniumCXXABI.cpp 520 CodeGenFunction &CGF, const Expr *E, Address ThisAddr,
549 llvm::Value *This = ThisAddr.getPointer();
576 CGF.CGM.getDynamicOffsetAlignment(ThisAddr.getAlignment(), RD,
    [all...]
CGExprCXX.cpp     [all...]

Completed in 263 milliseconds