Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h237 void setAttributes(AttributeSet A) { setAttributes() function
H A DFunction.h353 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h152 void setAttributes(uint8_t Attr) { Attributes = Attr; } in setAttributes() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp112 void TargetLoweringBase::ArgListEntry::setAttributes(const CallBase *Call, in setAttributes() function in TargetLoweringBase::ArgListEntry