Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp359 std::error_code ParseAttributeBlock();
996 std::error_code BitcodeReader::ParseAttributeBlock() { in ParseAttributeBlock() function in BitcodeReader
2709 if (std::error_code EC = ParseAttributeBlock()) in ParseModule()