Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp86 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/
DNaClBitcodeParser.h380 : Parser(Parser), GlobalBlockID(naclbitc::BLOCKINFO_BLOCK_ID) { in NaClBitcodeParserListener()
639 if (GetBlockID() == naclbitc::BLOCKINFO_BLOCK_ID) { in ParseThisBlockInternal()
DNaClBitCodes.h81 BLOCKINFO_BLOCK_ID = 0, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitCodes.h69 BLOCKINFO_BLOCK_ID = 0, enumerator
DBitstreamWriter.h506 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, 2); in EnterBlockInfoBlock()
/external/llvm/include/llvm/Bitcode/
DBitCodes.h62 BLOCKINFO_BLOCK_ID = 0, enumerator
DBitstreamWriter.h510 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, CodeWidth); in EnterBlockInfoBlock()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitCodes.h60 BLOCKINFO_BLOCK_ID = 0, enumerator
DBitstreamWriter.h490 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, CodeWidth); in EnterBlockInfoBlock()
DBitstreamReader.h582 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp91 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/
DNaClBitstreamReader.cpp336 naclbitc::BLOCKINFO_BLOCK_ID,
388 if (EnterSubBlock(naclbitc::BLOCKINFO_BLOCK_ID, &NumWords)) return true; in ReadBlockInfoBlock()
DNaClBitcodeParser.cpp68 GlobalBlockID = naclbitc::BLOCKINFO_BLOCK_ID; in EndBlockInfoBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp92 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/
DSerializedDiagnosticReader.cpp48 case llvm::bitc::BLOCKINFO_BLOCK_ID: in readDiagnostics()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp326 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
DBitcodeReader.cpp3580 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/
DBitstreamReader.cpp325 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return None; in ReadBlockInfoBlock()
DBitcodeReader.cpp3127 case bitc::BLOCKINFO_BLOCK_ID: in parseModule()
4971 case bitc::BLOCKINFO_BLOCK_ID: in parseModule()
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp463 Stream.EnterSubblock(llvm::bitc::BLOCKINFO_BLOCK_ID, 3); in emitBlockInfoBlock()
DASTWriter.cpp908 Stream.EnterSubblock(llvm::bitc::BLOCKINFO_BLOCK_ID, 3); in WriteBlockInfoBlock()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1591 case bitc::BLOCKINFO_BLOCK_ID: in ParseModule()
1877 case bitc::BLOCKINFO_BLOCK_ID: in ParseBitcodeInto()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp3131 case naclbitc::BLOCKINFO_BLOCK_ID: in ParseBlock()