/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 86 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) in GetBlockName() 122 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in GetCodeName() 335 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in ParseBlock()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitcodeParser.h | 380 : Parser(Parser), GlobalBlockID(naclbitc::BLOCKINFO_BLOCK_ID) { in NaClBitcodeParserListener() 639 if (GetBlockID() == naclbitc::BLOCKINFO_BLOCK_ID) { in ParseThisBlockInternal()
|
D | NaClBitCodes.h | 81 BLOCKINFO_BLOCK_ID = 0, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitCodes.h | 69 BLOCKINFO_BLOCK_ID = 0, enumerator
|
D | BitstreamWriter.h | 506 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, 2); in EnterBlockInfoBlock()
|
/external/llvm/include/llvm/Bitcode/ |
D | BitCodes.h | 62 BLOCKINFO_BLOCK_ID = 0, enumerator
|
D | BitstreamWriter.h | 510 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, CodeWidth); in EnterBlockInfoBlock()
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | BitCodes.h | 60 BLOCKINFO_BLOCK_ID = 0, enumerator
|
D | BitstreamWriter.h | 490 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, CodeWidth); in EnterBlockInfoBlock()
|
D | BitstreamReader.h | 582 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 91 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) in GetBlockName() 135 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in GetCodeName() 486 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in ParseBlock() 788 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in AnalyzeBitcode()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitstreamReader.cpp | 336 naclbitc::BLOCKINFO_BLOCK_ID, 388 if (EnterSubBlock(naclbitc::BLOCKINFO_BLOCK_ID, &NumWords)) return true; in ReadBlockInfoBlock()
|
D | NaClBitcodeParser.cpp | 68 GlobalBlockID = naclbitc::BLOCKINFO_BLOCK_ID; in EndBlockInfoBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 92 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) in GetBlockName() 140 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in GetCodeName() 512 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in ParseBlock() 854 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in AnalyzeBitcode()
|
/external/clang/lib/Frontend/ |
D | SerializedDiagnosticReader.cpp | 48 case llvm::bitc::BLOCKINFO_BLOCK_ID: in readDiagnostics()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 326 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
|
D | BitcodeReader.cpp | 3580 case bitc::BLOCKINFO_BLOCK_ID: in parseModule() 5996 case bitc::BLOCKINFO_BLOCK_ID: in parseModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 325 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return None; in ReadBlockInfoBlock()
|
D | BitcodeReader.cpp | 3127 case bitc::BLOCKINFO_BLOCK_ID: in parseModule() 4971 case bitc::BLOCKINFO_BLOCK_ID: in parseModule()
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 463 Stream.EnterSubblock(llvm::bitc::BLOCKINFO_BLOCK_ID, 3); in emitBlockInfoBlock()
|
D | ASTWriter.cpp | 908 Stream.EnterSubblock(llvm::bitc::BLOCKINFO_BLOCK_ID, 3); in WriteBlockInfoBlock()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1591 case bitc::BLOCKINFO_BLOCK_ID: in ParseModule() 1877 case bitc::BLOCKINFO_BLOCK_ID: in ParseBitcodeInto()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 3131 case naclbitc::BLOCKINFO_BLOCK_ID: in ParseBlock()
|