Home
last modified time | relevance | path

Searched refs:nextDocument (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp51 } while (YIn.nextDocument()); in convertYAML()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp365 Yin.nextDocument(); in readYamls()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp249 In.nextDocument(); in parseIRModule()
270 In.nextDocument(); in parseMachineFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp110 bool Input::nextDocument() { in nextDocument() function in Input