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

/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp43 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; local
45 ArrayRef<Attribute::AttrKind>(AVs, 2));
72 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; local
74 ArrayRef<Attribute::AttrKind>(AVs, 2));
100 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; local
103 ArrayRef<Attribute::AttrKind>(AVs, 2));
129 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; local
131 ArrayRef<Attribute::AttrKind>(AVs, 2));
239 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; local
241 ArrayRef<Attribute::AttrKind>(AVs,
269 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; local
[all...]

Completed in 33 milliseconds