HomeSort by relevance Sort by last modified time
    Searched refs:getTBAAInfo (Results 1 - 9 of 9) 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);
CodeGenTBAA.h 101 /// getTBAAInfo - Get the TBAA MDNode to be used for a dereference
103 llvm::MDNode *getTBAAInfo(QualType QTy);
CGAtomic.cpp 100 LVal.setTBAAInfo(lvalue.getTBAAInfo());
207 LVal.getAlignmentSource(), LVal.getTBAAInfo());
    [all...]
CGValue.h 308 llvm::MDNode *getTBAAInfo() const { return TBAAInfo; }
CGExpr.cpp     [all...]
CodeGenModule.h 633 llvm::MDNode *getTBAAInfo(QualType QTy);
    [all...]
CodeGenFunction.h     [all...]
CodeGenModule.cpp 484 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
487 return TBAA->getTBAAInfo(QTy);
    [all...]
CodeGenFunction.cpp 149 CGM.getTBAAInfo(T));
    [all...]

Completed in 207 milliseconds