Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp655 Error parseAttributeBlock();
1225 Error BitcodeReader::parseAttributeBlock() { in parseAttributeBlock() function in BitcodeReader
3132 if (Error Err = parseAttributeBlock()) in parseModule()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp429 std::error_code parseAttributeBlock();
1309 std::error_code BitcodeReader::parseAttributeBlock() { in parseAttributeBlock() function in BitcodeReader
3585 if (std::error_code EC = parseAttributeBlock()) in parseModule()