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 78 CodeGenTBAA::getTBAAInfo(QualType QTy) {
109 return getTBAAInfo(Context.ShortTy);
111 return getTBAAInfo(Context.IntTy);
113 return getTBAAInfo(Context.LongTy);
115 return getTBAAInfo(Context.LongLongTy);
117 return getTBAAInfo(Context.Int128Ty);
CGValue.h 218 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; }
CodeGenModule.cpp 193 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
196 return TBAA->getTBAAInfo(QTy);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 142 /// getTBAAInfo - Return the TBAA tag for the memory reference.
143 const MDNode *getTBAAInfo() const { return TBAAInfo; }
SelectionDAGNodes.h 944 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 74 milliseconds