Searched defs:TBAABaseType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGValue.h163 QualType TBAABaseType; member in class:clang::CodeGen::LValue
187 this->TBAABaseType = Type;
247 QualType getTBAABaseType() const { return TBAABaseType; }
248 void setTBAABaseType(QualType T) { TBAABaseType = T; }
H A DCGExpr.cpp1123 QualType TBAABaseType,
1177 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo,
1246 bool isInit, QualType TBAABaseType,
1297 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo,
1119 EmitLoadOfScalar(llvm::Value *Addr, bool Volatile, unsigned Alignment, QualType Ty, SourceLocation Loc, llvm::MDNode *TBAAInfo, QualType TBAABaseType, uint64_t TBAAOffset) argument
1243 EmitStoreOfScalar(llvm::Value *Value, llvm::Value *Addr, bool Volatile, unsigned Alignment, QualType Ty, llvm::MDNode *TBAAInfo, bool isInit, QualType TBAABaseType, uint64_t TBAAOffset) argument

Completed in 46 milliseconds