Home
last modified time | relevance | path

Searched refs:AttributeSets (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DFunction.h58 AttributeSet AttributeSets; ///< Parameter attributes
165 AttributeSet getAttributes() const { return AttributeSets; }
168 void setAttributes(AttributeSet attrs) { AttributeSets = attrs; }
172 setAttributes(AttributeSets.addAttribute(getContext(),
178 setAttributes(AttributeSets.removeAttribute(
185 AttributeSets.addAttribute(getContext(),
190 AttributeSets.addAttribute(getContext(),
202 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);
205 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);
210 return AttributeSets.getAttribute(AttributeSet::FunctionIndex, Kind);
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/mws/
Dtest.py90 attributes = response._result[0].Product.AttributeSets.ItemAttributes
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
Dresponse.py544 AttributeSets = Element( variable in Product