Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp58 } while (YIn.nextDocument()); in convertYAML()
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DOutlinedHashTreeRecord.cpp109 YIS.nextDocument(); in deserializeYAML()
H A DStableFunctionMapRecord.cpp218 YIS.nextDocument(); in deserializeYAML()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp274 In.nextDocument(); in parseIRModule()
297 In.nextDocument(); in parseMachineFunctions()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp102 bool Input::nextDocument() { in nextDocument() function in Input