Searched defs:ParseMetadataAttachment (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2062 /// ParseMetadataAttachment - Parse metadata attachments.
2063 bool BitcodeReader::ParseMetadataAttachment() { function in class:BitcodeReader
2150 if (ParseMetadataAttachment()) return true;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2360 /// ParseMetadataAttachment - Parse metadata attachments.
2361 bool BitcodeReader::ParseMetadataAttachment() { function in class:BitcodeReader
2446 if (ParseMetadataAttachment()) return true;

Completed in 75 milliseconds