Searched defs:KindID (Results 1 – 9 of 9) sorted by relevance
22 int DiagnosticInfoUnsupported::KindID = 0; member in DiagnosticInfoUnsupported
24 static int KindID; variable
34 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable47 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
1104 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()1212 void Function::setMetadata(unsigned KindID, MDNode *MD) { in setMetadata()
574 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata()596 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata()
83 void LLVMSetMetadata2(LLVMValueRef Inst, unsigned KindID, LLVMMetadataRef MD) { in LLVMSetMetadata2()
50 static int KindID; member in __anon45c0ec0c0111::DiagnosticInfoUnsupported90 int DiagnosticInfoUnsupported::KindID = 0; member in __anon45c0ec0c0111::DiagnosticInfoUnsupported
48 static int KindID; member in __anon4364e8800111::DiagnosticInfoUnsupported88 int DiagnosticInfoUnsupported::KindID = 0; member in __anon4364e8800111::DiagnosticInfoUnsupported
1816 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs() local