Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp179 static Expected<std::string> readIdentificationBlock(BitstreamCursor &Stream) { in readIdentificationBlock() function
245 return readIdentificationBlock(Stream); in readIdentificationCode()
7951 readIdentificationBlock(Stream).moveInto(ProducerIdentification)) in getModuleImpl()