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

  /external/clang/lib/CodeGen/
CodeGenModule.h 226 CodeGenTBAA *TBAA;
457 bool shouldUseTBAA() const { return TBAA != 0; }
    [all...]
CodeGenModule.cpp 71 TBAA(0),
105 // Enable TBAA unless it's suppressed.
107 TBAA = new CodeGenTBAA(Context, VMContext, getLangOpts(),
129 delete TBAA;
180 if (!TBAA)
182 return TBAA->getTBAAInfo(QTy);
186 if (!TBAA)
188 return TBAA->getTBAAInfoForVTablePtr();
    [all...]

Completed in 30 milliseconds