OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TBAATag
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
IRBuilder.cpp
115
MDNode *
TBAATag
, MDNode *ScopeTag,
129
if (
TBAATag
)
130
CI->setMetadata(LLVMContext::MD_tbaa,
TBAATag
);
143
MDNode *
TBAATag
, MDNode *ScopeTag, MDNode *NoAliasTag) {
157
if (
TBAATag
)
158
CI->setMetadata(LLVMContext::MD_tbaa,
TBAATag
);
171
MaybeAlign SrcAlign, Value *Size, bool isVolatile, MDNode *
TBAATag
,
190
if (
TBAATag
)
191
CI->setMetadata(LLVMContext::MD_tbaa,
TBAATag
);
232
uint32_t ElementSize, MDNode *
TBAATag
, MDNode *TBAAStructTag
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp
314
llvm::MDNode *
TBAATag
= getAccessTagInfo(TBAAAccessInfo(TBAAType, Size));
315
Fields.push_back(llvm::MDBuilder::TBAAStructField(Offset, Size,
TBAATag
));
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
582
MDNode *
TBAATag
= nullptr, MDNode *ScopeTag = nullptr,
585
TBAATag
, ScopeTag, NoAliasTag);
589
bool isVolatile = false, MDNode *
TBAATag
= nullptr,
602
MDNode *
TBAATag
= nullptr,
607
TBAATag
, ScopeTag, NoAliasTag);
613
MDNode *
TBAATag
= nullptr,
624
bool isVolatile = false, MDNode *
TBAATag
= nullptr,
629
isVolatile,
TBAATag
, TBAAStructTag, ScopeTag,
636
MDNode *
TBAATag
= nullptr, MDNode *TBAAStructTag = nullptr,
641
bool isVolatile = false, MDNode *
TBAATag
= nullptr
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026