Home | History | Annotate | Download | only in IR

Lines Matching refs:KindID

556 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) {
557 return wrap(unwrap<Instruction>(Inst)->getMetadata(KindID));
560 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef MD) {
561 KindID,