HomeSort by relevance Sort by last modified time
    Searched defs:TBAAInfo (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 205 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
206 llvm::MDNode *TBAATag = getTBAAScalarTagInfo(TBAAInfo);
CGValue.h 216 /// TBAAInfo - TBAA information to attach to dereferences of this LValue.
217 llvm::MDNode *TBAAInfo;
222 llvm::MDNode *TBAAInfo = nullptr) {
242 this->TBAAInfo = TBAAInfo;
308 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; }
309 void setTBAAInfo(llvm::MDNode *N) { TBAAInfo = N; }
374 llvm::MDNode *TBAAInfo = nullptr) {
382 R.Initialize(type, qs, address.getAlignment(), alignSource, TBAAInfo);

Completed in 1276 milliseconds