Searched refs:BitcodeAnalyzer (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h1 //===- llvm/Bitcode/BitcodeAnalyzer.h - Bitcode analyzer --------*- C++ -*-===//
49 class BitcodeAnalyzer { class in namespace:llvm
85 BitcodeAnalyzer(StringRef Buffer, Optional<StringRef> BlockInfoBuffer = None);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp30 #include "llvm/Bitcode/BitcodeAnalyzer.h"
96 BitcodeAnalyzer BA(MB->getBuffer(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp1 //===- BitcodeAnalyzer.cpp - Internal BitcodeAnalyzer implementation ------===//
9 #include "llvm/Bitcode/BitcodeAnalyzer.h"
503 Error BitcodeAnalyzer::decodeMetadataStringsBlob(StringRef Indent,
542 BitcodeAnalyzer::BitcodeAnalyzer(StringRef Buffer, function in class:BitcodeAnalyzer
549 Error BitcodeAnalyzer::analyze(Optional<BCDumpOptions> O,
615 void BitcodeAnalyzer::printStats(BCDumpOptions O,
726 Error BitcodeAnalyzer::parseBlock(unsigned BlockID, unsigned IndentLevel,
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile152 SRCS_EXT+= Bitcode/Reader/BitcodeAnalyzer.cpp

Completed in 175 milliseconds