Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h162 QualType TBAABaseType; variable
186 this->TBAABaseType = Type;
246 QualType getTBAABaseType() const { return TBAABaseType; } in getTBAABaseType()
247 void setTBAABaseType(QualType T) { TBAABaseType = T; } in setTBAABaseType()
DCGExpr.cpp1066 QualType TBAABaseType, in EmitLoadOfScalar() argument
1120 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitLoadOfScalar()
1184 bool isInit, QualType TBAABaseType, in EmitStoreOfScalar() argument
1234 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitStoreOfScalar()