Searched refs:parseMDNode (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 147 bool parseMDNode(PerFunctionMIParsingState &PFS, MDNode *&Node, 838 if (parseMDNode(PFS, Var, Object.DebugVar) || in parseStackObjectsDebugInfo() 839 parseMDNode(PFS, Expr, Object.DebugExpr) || in parseStackObjectsDebugInfo() 840 parseMDNode(PFS, Loc, Object.DebugLoc)) in parseStackObjectsDebugInfo() 855 bool MIRParserImpl::parseMDNode(PerFunctionMIParsingState &PFS, in parseMDNode() function in MIRParserImpl 860 if (llvm::parseMDNode(PFS, Node, Source.Value, Error)) in parseMDNode()
|
| H A D | MIParser.cpp | 469 bool parseMDNode(MDNode *&Node); 1035 if (parseMDNode(Node)) in parse() 1158 if (parseMDNode(Node)) in parseStandaloneMDNode() 2004 bool MIParser::parseMDNode(MDNode *&Node) { in parseMDNode() function in MIParser 2112 if (parseMDNode(Scope)) in parseDILocation() 2123 if (parseMDNode(InlinedAt)) in parseDILocation() 2174 if (parseMDNode(Node)) in parseMetadataOperand() 3098 if (parseMDNode(AAInfo.TBAA)) in parseMachineMemoryOperand() 3103 if (parseMDNode(AAInfo.Scope)) in parseMachineMemoryOperand() 3108 if (parseMDNode(AAInfo.NoAlias)) in parseMachineMemoryOperand() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/ |
| H A D | MIParser.h | 233 bool parseMDNode(PerFunctionMIParsingState &PFS, MDNode *&Node, StringRef Src,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 522 bool parseMDNode(MDNode *&N);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 2213 return parseMDNode(MD); in parseMetadataAttachment() 4038 bool LLParser::parseMDNode(MDNode *&N) { in parseMDNode() function in LLParser
|