Home
last modified time | relevance | path

Searched refs:parseMDTuple (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h521 bool parseMDTuple(MDNode *&MD, bool IsDistinct = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp815 parseMDTuple(Init, IsDistinct)) in parseStandaloneMetadata()
4025 bool LLParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple() function in LLParser
4048 return parseMDTuple(N); in parseMDNodeTail()