Home
last modified time | relevance | path

Searched refs:getMDNode (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/IR/
DMetadata.cpp217 MDNode *MDNode::getMDNode(LLVMContext &Context, ArrayRef<Value*> Vals, in getMDNode() function in MDNode
269 return getMDNode(Context, Vals, FL_Unknown); in get()
275 return getMDNode(Context, Vals, isFunctionLocal ? FL_Yes : FL_No); in getWhenValsUnresolved()
279 return getMDNode(Context, Vals, FL_Unknown, false); in getIfExists()
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DMetadata.h117 static MDNode *getMDNode(LLVMContext &C, ArrayRef<Value*> Vals,
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DSelectionDAG.h814 SDValue getMDNode(const MDNode *MD);
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1555 SDValue SelectionDAG::getMDNode(const MDNode *MD) { in getMDNode() function in SelectionDAG
DSelectionDAGBuilder.cpp6391 AsmNodeOperands.push_back(DAG.getMDNode(SrcLoc)); in visitInlineAsm()