Searched defs:removeAttribute (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Attributes.cpp | 627 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute() function in AttributeSet 635 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute() function in AttributeSet 1204 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute() function in AttributeList 1217 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute() function in AttributeList 1484 AttrBuilder &AttrBuilder::removeAttribute(Attribute::AttrKind Val) { in removeAttribute() function in AttrBuilder 1509 AttrBuilder &AttrBuilder::removeAttribute(StringRef A) { in removeAttribute() function in AttrBuilder
|
| HD | Function.cpp | 435 void Function::removeAttribute(unsigned i, Attribute::AttrKind Kind) { in removeAttribute() function in Function 441 void Function::removeAttribute(unsigned i, StringRef Kind) { in removeAttribute() function in Function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | CallSite.h | 357 void removeAttribute(unsigned i, Attribute::AttrKind Kind) { in removeAttribute() function 361 void removeAttribute(unsigned i, StringRef Kind) { in removeAttribute() function
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | TransProperties.cpp | 272 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { in removeAttribute() function in __anon05dca0f40111::PropertiesRewriter
|