Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp195 static Expected<std::string> readIdentificationBlock(BitstreamCursor &Stream) { in readIdentificationBlock() function
261 return readIdentificationBlock(Stream); in readIdentificationCode()
8348 readIdentificationBlock(Stream).moveInto(ProducerIdentification)) in getModuleImpl()