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 224 CodeGenTBAA *TBAA;
416 bool shouldUseTBAA() const { return TBAA != 0; }
    [all...]
CodeGenModule.cpp 69 TBAA(0),
84 // Enable TBAA unless it's suppressed.
86 TBAA = new CodeGenTBAA(Context, VMContext, getLangOptions(),
122 delete TBAA;
175 if (!TBAA)
177 return TBAA->getTBAAInfo(QTy);
    [all...]

Completed in 91 milliseconds