Searched refs:GetCodeName (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 118 static const char *GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName() function 429 GetCodeName(Code, BlockID, *Stream.getBitStreamReader())) in ParseBlock() 434 GetCodeName(Code, BlockID, *Stream.getBitStreamReader())) in ParseBlock() 608 GetCodeName(FreqPairs[i].second, I->first, StreamFile)) in AnalyzeBitcode()
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 130 static const char *GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName() function 589 GetCodeName(Code, BlockID, *Stream.getBitStreamReader(), in ParseBlock() 595 GetCodeName(Code, BlockID, *Stream.getBitStreamReader(), in ParseBlock() 902 GetCodeName(FreqPairs[i].second, I->first, StreamFile, in AnalyzeBitcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 135 static const char *GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName() function 622 GetCodeName(Code, BlockID, BlockInfo, CurStreamType)) in ParseBlock() 626 if (NonSymbolic && GetCodeName(Code, BlockID, BlockInfo, CurStreamType)) in ParseBlock() 978 if (const char *CodeName = GetCodeName(FreqPairs[i].second, I->first, in AnalyzeBitcode()
|