Searched defs:KindID (Results 1 – 7 of 7) sorted by relevance
33 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable46 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
1036 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
558 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata()580 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata()
83 void LLVMSetMetadata2(LLVMValueRef Inst, unsigned KindID, LLVMMetadataRef MD) { in LLVMSetMetadata2()
48 static int KindID; member in __anon34b72f3b0111::DiagnosticInfoUnsupported88 int DiagnosticInfoUnsupported::KindID = 0; member in __anon34b72f3b0111::DiagnosticInfoUnsupported
43 static int KindID; member in __anonc6e2e5f10111::DiagnosticInfoUnsupported70 int DiagnosticInfoUnsupported::KindID = 0; member in __anonc6e2e5f10111::DiagnosticInfoUnsupported
1761 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs() local