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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 88 CodeGenTBAA::getTBAAInfo(QualType QTy) {
119 return getTBAAInfo(Context.ShortTy);
121 return getTBAAInfo(Context.IntTy);
123 return getTBAAInfo(Context.LongTy);
125 return getTBAAInfo(Context.LongLongTy);
127 return getTBAAInfo(Context.Int128Ty);
205 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
261 FieldNode = getTBAAInfo(FieldQTy);
CGValue.h 308 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; }
CodeGenModule.cpp 484 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
487 return TBAA->getTBAAInfo(QTy);
    [all...]

Completed in 110 milliseconds