Home
last modified time | relevance | path

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

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