Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp469 static Expected<CurStreamTypeType> analyzeHeader(Optional<BCDumpOptions> O, in analyzeHeader() function
558 Expected<CurStreamTypeType> MaybeType = analyzeHeader(O, Stream); in analyze()
570 Expected<CurStreamTypeType> H = analyzeHeader(O, BlockInfoCursor); in analyze()