Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1488 void Value::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata() function in Value
1516 void Value::setMetadata(StringRef Kind, MDNode *Node) { in setMetadata() function in Value
1569 void Instruction::setMetadata(StringRef Kind, MDNode *Node) { in setMetadata() function in Instruction
1636 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata() function in Instruction
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h713 void setMetadata(const MDNode *MD) { in setMetadata() function