Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
1455 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata() function in Instruction
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h710 void setMetadata(const MDNode *MD) { in setMetadata() function