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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 98 CodeGenTBAA::getTBAAInfo(QualType QTy) {
125 return getTBAAInfo(Context.ShortTy);
127 return getTBAAInfo(Context.IntTy);
129 return getTBAAInfo(Context.LongTy);
131 return getTBAAInfo(Context.LongLongTy);
133 return getTBAAInfo(Context.Int128Ty);
CGValue.h 221 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; }
CodeGenModule.cpp 174 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
177 return TBAA->getTBAAInfo(QTy);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 137 /// getTBAAInfo - Return the TBAA tag for the memory reference.
138 const MDNode *getTBAAInfo() const { return TBAAInfo; }
SelectionDAGNodes.h 933 const MDNode *getTBAAInfo() const { return MMO->getTBAAInfo(); }
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 73 /// getTBAAInfo - Return the TBAAInfo, or null if there is no
75 const MDNode *getTBAAInfo() const {
209 const MDNode *getTBAAInfo() const { return CurNode->getTBAAInfo(); }

Completed in 1655 milliseconds