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

  /external/llvm/include/llvm/IR/
MDBuilder.h 66 // TBAA metadata.
69 /// \brief Return metadata appropriate for a TBAA root node. Each returned
74 /// \brief Return metadata appropriate for a TBAA root node with the given
79 /// \brief Return metadata for a non-root TBAA node with the given name,
80 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
87 MDNode *TBAA;
88 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) :
89 Offset(Offset), Size(Size), TBAA(TBAA) {}
92 /// \brief Return metadata for a tbaa.struct node with the give
    [all...]
  /external/llvm/lib/IR/
MDBuilder.cpp 82 /// \brief Return metadata for a non-root TBAA node with the given name,
83 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
96 /// \brief Return metadata for a tbaa.struct node with the given
104 Vals[i * 3 + 2] = Fields[i].TBAA;
109 /// \brief Return metadata for a TBAA struct node in the type DAG
123 /// \brief Return metadata for a TBAA scalar type node with the
124 /// given name, an offset and a parent in the TBAA type DAG.
132 /// \brief Return metadata for a TBAA tag node with the given
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 80 ABI(createCXXABI(*this)), VMContext(M.getContext()), TBAA(nullptr),
121 // Enable TBAA unless it's suppressed. ThreadSanitizer needs TBAA even at O0.
124 TBAA = new CodeGenTBAA(Context, VMContext, CodeGenOpts, getLangOpts(),
156 delete TBAA;
403 if (!TBAA)
405 return TBAA->getTBAAInfo(QTy);
409 if (!TBAA)
411 return TBAA->getTBAAInfoForVTablePtr();
415 if (!TBAA)
    [all...]
CodeGenModule.h 282 CodeGenTBAA *TBAA;
593 bool shouldUseTBAA() const { return TBAA != nullptr; }
623 /// Decorate the instruction with a TBAA tag. For scalar TBAA, the tag
624 /// is the same as the type. For struct-path aware TBAA, the tag
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 87 # Add -fno-strict-aliasing because __list_imp::_end_ breaks TBAA rules by declaring

Completed in 141 milliseconds