Searched refs:ParseMetadataAttachment (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h319 std::error_code ParseMetadataAttachment();
H A DBitcodeReader.cpp2114 /// ParseMetadataAttachment - Parse metadata attachments.
2115 std::error_code BitcodeReader::ParseMetadataAttachment() { function in class:BitcodeReader
2206 if (std::error_code EC = ParseMetadataAttachment())
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h314 std::error_code ParseMetadataAttachment();
H A DBitcodeReader.cpp2376 /// ParseMetadataAttachment - Parse metadata attachments.
2377 std::error_code BitcodeReader::ParseMetadataAttachment() { function in class:BitcodeReader
2466 if (std::error_code EC = ParseMetadataAttachment())

Completed in 71 milliseconds