Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1487 void Value::setMetadata(unsigned KindID, MDNode *Node) { setMetadata() function in Value
1515 void Value::setMetadata(StringRef Kind, MDNode *Node) { setMetadata() function in Value
1568 void Instruction::setMetadata(StringRef Kind, MDNode *Node) { setMetadata() function in Instruction
1635 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { setMetadata() function in Instruction
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h713 void setMetadata(const MDNode *MD) { setMetadata() function
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp4612 TEST_F(FunctionAttachmentTest,setMetadata) TEST_F() argument
[all...]