Home
last modified time | relevance | path

Searched defs:removeAttributes (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DAttributes.cpp750 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() function in AttributeSet
1020 AttrBuilder &AttrBuilder::removeAttributes(AttributeSet A, uint64_t Index) { in removeAttributes() function in AttrBuilder
DFunction.cpp319 void Function::removeAttributes(unsigned i, AttributeSet attrs) { in removeAttributes() function in Function