Searched refs:ParseMDNodeID (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/AsmParser/
H A DLLParser.h242 bool ParseMDNodeID(MDNode *&Result);
243 bool ParseMDNodeID(MDNode *&Result, unsigned &SlotNo);
H A DLLParser.cpp512 /// This version of ParseMDNodeID returns the slot number and null in the case
514 bool LLParser::ParseMDNodeID(MDNode *&Result, unsigned &SlotNo) { function in class:LLParser
526 bool LLParser::ParseMDNodeID(MDNode *&Result) { function in class:LLParser
529 if (ParseMDNodeID(Result, MID)) return true;
564 if (ParseMDNodeID(N)) return true;
1417 if (ParseMDNodeID(Node, NodeID))
2761 if (ParseMDNodeID(ID.MDNodeVal)) return true;

Completed in 50 milliseconds