Searched refs:ParseMetadata (Results 1 – 3 of 3) sorted by relevance
390 bool ParseMetadata(Metadata *&MD, PerFunctionState *PFS);
3258 if (ParseMetadata(MD, nullptr)) in ParseMDField()3817 if (ParseMetadata(MD, &PFS)) in ParseMetadataAsValue()3853 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseMetadata() function in LLParser5628 if (ParseMetadata(MD, nullptr)) in ParseMDNodeVector()
372 std::error_code ParseMetadata();1551 std::error_code BitcodeReader::ParseMetadata() { in ParseMetadata() function in BitcodeReader2618 if (std::error_code EC = ParseMetadata()) in materializeMetadata()2738 if (std::error_code EC = ParseMetadata()) in ParseModule()3312 if (std::error_code EC = ParseMetadata()) in ParseFunctionBody()