Searched defs:TBAA (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DMDBuilder.h66 // 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; member in struct:llvm::MDBuilder::TBAAStructField
88 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
89 Offset(Offset), Size(Size), TBAA(TBAA) {}
96 /// \brief Return metadata for a TBAA struc
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenModule.h282 CodeGenTBAA *TBAA; member in class:clang::CodeGen::CodeGenModule
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

Completed in 1418 milliseconds