Home
last modified time | relevance | path

Searched refs:TBAABaseType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGValue.h212 QualType TBAABaseType; variable
240 this->TBAABaseType = Type;
302 QualType getTBAABaseType() const { return TBAABaseType; } in getTBAABaseType()
303 void setTBAABaseType(QualType T) { TBAABaseType = T; } in setTBAABaseType()
DCGExpr.cpp1267 QualType TBAABaseType, in EmitLoadOfScalar() argument
1307 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitLoadOfScalar()
1378 bool isInit, QualType TBAABaseType, in EmitStoreOfScalar() argument
1421 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitStoreOfScalar()