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

/external/llvm/include/llvm/Support/
H A DCallSite.h187 bool hasFnAttr(Attribute::AttrKind A) const { function in class:llvm::CallSiteBase
188 CALLSITE_DELEGATE_GETTER(hasFnAttr(A));
/external/llvm/include/llvm/IR/
H A DInstructions.h1281 bool hasFnAttr(Attribute::AttrKind A) const { function in class:llvm::CallInst
1303 bool isNoInline() const { return hasFnAttr(Attribute::NoInline); }
1310 return hasFnAttr(Attribute::ReturnsTwice);
1318 return hasFnAttr(Attribute::ReadNone);
1326 return doesNotAccessMemory() || hasFnAttr(Attribute::ReadOnly);
1333 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
1339 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); }
1345 bool cannotDuplicate() const {return hasFnAttr(Attribute::NoDuplicate); }
3038 bool hasFnAttr(Attribute::AttrKind A) const { function in class:llvm::InvokeInst
3055 // We assert in hasFnAttr i
[all...]

Completed in 111 milliseconds