Home
last modified time | relevance | path

Searched defs:setMetadata (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp1325 void Value::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata() function in Value
1353 void Value::setMetadata(StringRef Kind, MDNode *Node) { in setMetadata() function in Value
1391 void Instruction::setMetadata(StringRef Kind, MDNode *Node) { in setMetadata() function in Instruction
1427 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata() function in Instruction
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h693 void setMetadata(const MDNode *MD) { in setMetadata() function
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp3355 TEST_F(FunctionAttachmentTest, setMetadata) { in TEST_F() argument