Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1479 void Value::setMetadata(unsigned KindID, MDNode *Node) { setMetadata() function in Value
1507 void Value::setMetadata(StringRef Kind, MDNode *Node) { setMetadata() function in Value
1560 void Instruction::setMetadata(StringRef Kind, MDNode *Node) { setMetadata() function in Instruction
1627 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { setMetadata() function in Instruction
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h713 void setMetadata(const MDNode *MD) { in setMetadata() function