Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h238 void setAttributes(AttributeSet A) { in setAttributes() function
H A DFunction.h253 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp351 void AMDGPUPropagateAttributes::setAttributes(Function &F, in setAttributes() function in AMDGPUPropagateAttributes
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1237 AttributeList AttributeList::setAttributes(LLVMContext &C, unsigned Index, in setAttributes() function in AttributeList
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp107 void TargetLoweringBase::ArgListEntry::setAttributes(const CallBase *Call, in setAttributes() function in TargetLoweringBase::ArgListEntry