Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalVariable.h237 void setAttributes(AttributeSet A) { in setAttributes() function
H A DFunction.h316 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h146 void setAttributes(uint8_t Attr) { Attributes = Attr; } in setAttributes() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp347 void AMDGPUPropagateAttributes::setAttributes( in setAttributes() function in AMDGPUPropagateAttributes
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp110 void TargetLoweringBase::ArgListEntry::setAttributes(const CallBase *Call, in setAttributes() function in TargetLoweringBase::ArgListEntry