Searched defs:setAttributes (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | GlobalVariable.h | 243 void setAttributes(AttributeSet A) { setAttributes() function |
H A D | Function.h | 353 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } setAttributes() function |
/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCPseudoProbe.h | 152 void setAttributes(uint8_t Attr) { Attributes = Attr; } setAttributes() function |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 112 void TargetLoweringBase::ArgListEntry::setAttributes(const CallBase *Call, in setAttributes() function in TargetLoweringBase::ArgListEntry |