Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp1228 void Value::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata() function in Value
1256 void Value::setMetadata(StringRef Kind, MDNode *Node) { in setMetadata() function in Value
1294 void Instruction::setMetadata(StringRef Kind, MDNode *Node) { in setMetadata() function in Instruction
1330 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata() function in Instruction
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h684 void setMetadata(const MDNode *MD) { in setMetadata() function