Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2obj.cpp43 static int convertYAML(yaml::Input &YIn, raw_ostream &Out) { in convertYAML() argument
48 YIn >> Doc; in convertYAML()
49 if (YIn.error()) { in convertYAML()
63 } while (YIn.nextDocument()); in convertYAML()
92 yaml::Input YIn(Buf.get()->getBuffer()); in main() local
94 int Res = convertYAML(YIn, Out->os()); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2obj.cpp46 static int convertYAML(yaml::Input &YIn, raw_ostream &Out) { in convertYAML() argument
51 YIn >> Doc; in convertYAML()
52 if (YIn.error()) in convertYAML()
64 } while (YIn.nextDocument()); in convertYAML()
88 yaml::Input YIn(Buf.get()->getBuffer()); in main() local
90 int Res = convertYAML(YIn, Out->os()); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp354 yaml::Input YIn(YAMLString); in EmitDebugSections() local
358 YIn >> DI; in EmitDebugSections()
359 if (YIn.error()) in EmitDebugSections()
360 return errorCodeToError(YIn.error()); in EmitDebugSections()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D84959454e6b6d2731f1f53093188a01e.0000312d.honggfuzz.cov61 …�Ж-#ϝr:���?��m��H�6���ۿ�[����[X�(ž��U��ʷ��P����ޮb��N�ř�-��ė�����#�YIn�!b ���x7~�]����޼^!…
112 …�Ж-#ϝr:���?��m��H�6���ۿ�[����[X�(ž��U��ʷ��P����ޮb��N�ř�-��ė�����#�YIn�!b ���x7~�]����޼^!…
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DYAMLIOTest.cpp296 Input YIn(Serialized); in TEST() local
297 YIn >> Deserialized; in TEST()
298 ASSERT_FALSE(YIn.error()) in TEST()