HomeSort by relevance Sort by last modified time
    Searched refs:ParseMDNodeID (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/AsmParser/
LLParser.h 240 bool ParseMDNodeID(MDNode *&Result);
241 bool ParseMDNodeID(MDNode *&Result, unsigned &SlotNo);
LLParser.cpp 508 /// This version of ParseMDNodeID returns the slot number and null in the case
510 bool LLParser::ParseMDNodeID(MDNode *&Result, unsigned &SlotNo) {
522 bool LLParser::ParseMDNodeID(MDNode *&Result) {
525 if (ParseMDNodeID(Result, MID)) return true;
560 if (ParseMDNodeID(N)) return true;
    [all...]

Completed in 575 milliseconds