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

/external/clang/lib/CodeGen/
H A DCGValue.h162 QualType TBAABaseType; member in class:clang::CodeGen::LValue
186 this->TBAABaseType = Type;
246 QualType getTBAABaseType() const { return TBAABaseType; }
247 void setTBAABaseType(QualType T) { TBAABaseType = T; }
H A DCGExpr.cpp1066 QualType TBAABaseType,
1120 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo,
1184 bool isInit, QualType TBAABaseType,
1234 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo,
1062 EmitLoadOfScalar(llvm::Value *Addr, bool Volatile, unsigned Alignment, QualType Ty, SourceLocation Loc, llvm::MDNode *TBAAInfo, QualType TBAABaseType, uint64_t TBAAOffset) argument
1181 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 2193 milliseconds