Home
last modified time | relevance | path

Searched refs:LLVMSetMetadata (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h3352 void LLVMSetMetadata(LLVMValueRef Val, unsigned KindID, LLVMValueRef Node);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1015 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata() function