Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGValue.h163 QualType TBAABaseType; variable
187 this->TBAABaseType = Type;
247 QualType getTBAABaseType() const { return TBAABaseType; } in getTBAABaseType()
248 void setTBAABaseType(QualType T) { TBAABaseType = T; } in setTBAABaseType()
HDCGExpr.cpp1124 QualType TBAABaseType, in EmitLoadOfScalar() argument
1178 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitLoadOfScalar()
1247 bool isInit, QualType TBAABaseType, in EmitStoreOfScalar() argument
1298 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitStoreOfScalar()