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

  /external/llvm/lib/IR/
IRBuilder.cpp 67 bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag,
78 if (TBAATag)
79 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag);
92 bool isVolatile, MDNode *TBAATag, MDNode *TBAAStructTag,
105 if (TBAATag)
106 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag);
123 bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag,
136 if (TBAATag)
137 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag);
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 207 llvm::MDNode *TBAATag = getTBAAScalarTagInfo(TBAAInfo);
208 Fields.push_back(llvm::MDBuilder::TBAAStructField(Offset, Size, TBAATag));
  /external/llvm/include/llvm/IR/
IRBuilder.h 370 bool isVolatile = false, MDNode *TBAATag = nullptr,
374 TBAATag, ScopeTag, NoAliasTag);
378 bool isVolatile = false, MDNode *TBAATag = nullptr,
388 bool isVolatile = false, MDNode *TBAATag = nullptr,
392 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag,
397 bool isVolatile = false, MDNode *TBAATag = nullptr,
409 bool isVolatile = false, MDNode *TBAATag = nullptr,
413 TBAATag, ScopeTag, NoAliasTag);
417 bool isVolatile = false, MDNode *TBAATag = nullptr,
    [all...]

Completed in 114 milliseconds