Searched refs:removeAttribute (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h259 AttributeSet removeAttribute(LLVMContext &C, unsigned Index,
415 AttrBuilder &removeAttribute(Attribute::AttrKind Val);
421 AttrBuilder &removeAttribute(StringRef A);
H A DInstructions.h1277 /// removeAttribute - removes the attribute from the list of attributes.
1278 void removeAttribute(unsigned i, Attribute attr);
3023 /// removeAttribute - removes the attribute from the list of attributes.
3024 void removeAttribute(unsigned i, Attribute attr);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProperties.cpp225 removeAttribute("retain", atLoc);
226 if (!removeAttribute("assign", atLoc))
296 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { function in class:__anon2937::PropertiesRewriter
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp415 removeAttribute(Attribute::NoAlias) !=
417 removeAttribute(Attribute::NoAlias))
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAttributes.cpp712 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, unsigned Index, function in class:AttributeSet
976 AttrBuilder &AttrBuilder::removeAttribute(Attribute::AttrKind Val) { function in class:AttrBuilder
1020 AttrBuilder &AttrBuilder::removeAttribute(StringRef A) { function in class:AttrBuilder
H A DInstructions.cpp340 void CallInst::removeAttribute(unsigned i, Attribute attr) { function in class:CallInst
599 void InvokeInst::removeAttribute(unsigned i, Attribute attr) { function in class:InvokeInst
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp794 removeAttribute(Attribute::NoAlias) !=
796 removeAttribute(Attribute::NoAlias))
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp1074 FuncAttrs.removeAttribute(llvm::Attribute::ReadOnly)
1075 .removeAttribute(llvm::Attribute::ReadNone);
1140 FuncAttrs.removeAttribute(llvm::Attribute::ReadOnly)
1141 .removeAttribute(llvm::Attribute::ReadNone);
/freebsd-10.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp484 attrs.removeAttribute(Attribute::X); \
518 attrs.removeAttribute(Attribute::StackAlignment);
/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp92 FnAttrs.removeAttribute(Attribute::Alignment);
3013 FuncAttrs.removeAttribute(Attribute::Alignment);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp55 .removeAttribute(Attribute::NoAlias).hasAttributes())
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2079 return Attrs.removeAttribute(C, Index, Attribute::Nest);

Completed in 299 milliseconds