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