Searched refs:openBitcodeFile (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 695 static bool openBitcodeFile(StringRef Path, in openBitcodeFile() function 767 if (openBitcodeFile(InputFilename, StreamBuffer, StreamFile, Stream, in AnalyzeBitcode() 778 if (openBitcodeFile(BlockInfoFilename, BlockInfoBuffer, BlockInfoFile, in AnalyzeBitcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 780 static bool openBitcodeFile(StringRef Path, in openBitcodeFile() function 834 if (openBitcodeFile(InputFilename, StreamBuffer, Stream, CurStreamType)) in AnalyzeBitcode() 844 if (openBitcodeFile(BlockInfoFilename, BlockInfoBuffer, BlockInfoCursor, in AnalyzeBitcode()
|