Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp150 bool parseMDNode(PerFunctionMIParsingState &PFS, MDNode *&Node,
896 if (parseMDNode(PFS, Var, Object.DebugVar) || in parseStackObjectsDebugInfo()
897 parseMDNode(PFS, Expr, Object.DebugExpr) || in parseStackObjectsDebugInfo()
898 parseMDNode(PFS, Loc, Object.DebugLoc)) in parseStackObjectsDebugInfo()
913 bool MIRParserImpl::parseMDNode(PerFunctionMIParsingState &PFS, in parseMDNode() function in MIRParserImpl
918 if (llvm::parseMDNode(PFS, Node, Source.Value, Error)) in parseMDNode()
H A DMIParser.cpp473 bool parseMDNode(MDNode *&Node);
1114 if (parseMDNode(Node)) in parse()
1253 if (parseMDNode(Node)) in parseStandaloneMDNode()
2231 bool MIParser::parseMDNode(MDNode *&Node) { in parseMDNode() function in MIParser
2342 if (parseMDNode(Scope)) in parseDILocation()
2353 if (parseMDNode(InlinedAt)) in parseDILocation()
2404 if (parseMDNode(Node)) in parseMetadataOperand()
3421 if (parseMDNode(AAInfo.TBAA)) in parseMachineMemoryOperand()
3426 if (parseMDNode(AAInfo.Scope)) in parseMachineMemoryOperand()
3431 if (parseMDNode(AAInfo.NoAlias)) in parseMachineMemoryOperand()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h238 bool parseMDNode(PerFunctionMIParsingState &PFS, MDNode *&Node, StringRef Src,
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLParser.h552 bool parseMDNode(MDNode *&N);
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp2099 return parseMDNode(MD); in parseMetadataAttachment()
4112 bool LLParser::parseMDNode(MDNode *&N) { in parseMDNode() function in LLParser