Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp178 static Expected<std::string> readIdentificationBlock(BitstreamCursor &Stream) { in readIdentificationBlock() function
244 return readIdentificationBlock(Stream); in readIdentificationCode()
7688 readIdentificationBlock(Stream).moveInto(ProducerIdentification)) in getModuleImpl()