Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp314 ErrorOr<std::string> parseIdentificationBlock();
4153 ErrorOr<std::string> BitcodeReader::parseIdentificationBlock() { in parseIdentificationBlock() function in BitcodeReader
6645 ErrorOr<std::string> ProducerString = R.parseIdentificationBlock(); in getBitcodeProducerString()