HomeSort by relevance Sort by last modified time
    Searched defs:TBAA (Results 1 - 2 of 2) 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.h 240 CodeGenTBAA *TBAA;
490 bool shouldUseTBAA() const { return TBAA != 0; }
    [all...]

Completed in 117 milliseconds