Searched defs:setMetadata (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | Metadata.cpp | 1487 void Value::setMetadata(unsigned KindID, MDNode *Node) { setMetadata() function in Value |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | MachineOperand.h | 713 void setMetadata(const MDNode *MD) { setMetadata() function |
/llvm-project/llvm/unittests/IR/ | ||
H A D | MetadataTest.cpp | 4612 TEST_F(FunctionAttachmentTest,setMetadata) TEST_F() argument |