Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp360 std::error_code ParseAttributeGroupBlock();
1165 std::error_code BitcodeReader::ParseAttributeGroupBlock() { in ParseAttributeGroupBlock() function in BitcodeReader
2713 if (std::error_code EC = ParseAttributeGroupBlock()) in ParseModule()