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

  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 131 bool parseMDNode(const PerFunctionMIParsingState &PFS, MDNode *&Node,
587 if (parseMDNode(PFS, Var, Object.DebugVar) ||
588 parseMDNode(PFS, Expr, Object.DebugExpr) ||
589 parseMDNode(PFS, Loc, Object.DebugLoc))
604 bool MIRParserImpl::parseMDNode(const PerFunctionMIParsingState &PFS,
609 if (llvm::parseMDNode(PFS, Node, Source.Value, Error))
MIParser.cpp 151 bool parseMDNode(MDNode *&Node);
631 if (parseMDNode(Node))
730 if (parseMDNode(Node))
    [all...]

Completed in 108 milliseconds