Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp59 } while (YIn.nextDocument()); in convertYAML()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp264 In.nextDocument(); in parseIRModule()
286 In.nextDocument(); in parseMachineFunctions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp103 bool Input::nextDocument() { in nextDocument() function in Input