Home
last modified time | relevance | path

Searched defs:removeAttribute (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDAttributes.cpp627 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
HDFunction.cpp435 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/
HDCallSite.h357 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/
HDTransProperties.cpp272 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { in removeAttribute() function in __anon05dca0f40111::PropertiesRewriter