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

  /external/clang/lib/CodeGen/
CGAtomic.cpp 831 rvalue.getAggregateAddr(),
862 return rvalue.getAggregateAddr();
    [all...]
CGValue.h 64 /// getAggregateAddr() - Return the Value* of the address of the aggregate.
65 llvm::Value *getAggregateAddr() const {
CGCleanup.cpp 30 return DominatingLLVMValue::needsSaving(rv.getAggregateAddr());
61 llvm::Value *V = rv.getAggregateAddr(); // TODO: volatile?
    [all...]
CGExprAgg.cpp 247 // Logically, Dest.getAddr() should equal Src.getAggregateAddr().
254 assert(Dest.getAddr() != src.getAggregateAddr());
264 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddr(), type, srcAlign);
    [all...]
CGCall.cpp     [all...]
CGExpr.cpp     [all...]
CGStmt.cpp 783 EmitAggregateCopy(ReturnValue, RV.getAggregateAddr(), Ty);
    [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 161 milliseconds