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

  /external/llvm/include/llvm/IR/
MDBuilder.h 96 // TBAA metadata.
99 /// \brief Return metadata appropriate for a TBAA root node. Each returned
117 /// \brief Return metadata appropriate for a TBAA root node with the given
124 /// \brief Return metadata for a non-root TBAA node with the given name,
125 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
141 MDNode *TBAA;
142 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) :
143 Offset(Offset), Size(Size), TBAA(TBAA) {}
146 /// \brief Return metadata for a tbaa.struct node with the give
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 80 TBAA(0),
119 // Enable TBAA unless it's suppressed. ThreadSanitizer needs TBAA even at O0.
122 TBAA = new CodeGenTBAA(Context, VMContext, CodeGenOpts, getLangOpts(),
145 delete TBAA;
212 if (!TBAA)
214 return TBAA->getTBAAInfo(QTy);
218 if (!TBAA)
220 return TBAA->getTBAAInfoForVTablePtr();
224 if (!TBAA)
    [all...]
CodeGenModule.h 240 CodeGenTBAA *TBAA;
490 bool shouldUseTBAA() const { return TBAA != 0; }
    [all...]

Completed in 72 milliseconds