Searched defs:KindID (Results 1 – 5 of 5) sorted by relevance
39 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable49 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
1224 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()1381 void GlobalObject::getMetadata(unsigned KindID, in getMetadata()1393 void GlobalObject::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata()1404 bool GlobalObject::eraseMetadata(unsigned KindID) { in eraseMetadata()1433 void GlobalObject::setMetadata(unsigned KindID, MDNode *N) { in setMetadata()
141 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute()863 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata()885 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata()2407 unsigned KindID) { in LLVMGetEnumAttributeAtIndex()2419 unsigned KindID) { in LLVMRemoveEnumAttributeAtIndex()2818 unsigned KindID) { in LLVMGetCallSiteEnumAttribute()2830 unsigned KindID) { in LLVMRemoveCallSiteEnumAttribute()
128 bool hasMetadata(unsigned KindID) const { in hasMetadata()
175 MDNode *getMetadata(unsigned KindID) const { in getMetadata()