HomeSort by relevance Sort by last modified time
    Searched defs:hasFnAttr (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 175 /// hasFnAttr - Return true if this function has the given attribute.
176 bool hasFnAttr(Attributes N) const {
220 return hasFnAttr(Attribute::ReadNone);
229 return doesNotAccessMemory() || hasFnAttr(Attribute::ReadOnly);
238 return hasFnAttr(Attribute::NoReturn);
247 return hasFnAttr(Attribute::NoUnwind);
257 return hasFnAttr(Attribute::UWTable);
  /external/llvm/include/llvm/IR/
CallSite.h 337 bool hasFnAttr(Attribute::AttrKind Kind) const {
338 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
342 bool hasFnAttr(StringRef Kind) const {
343 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));

Completed in 68 milliseconds