Searched defs:BlockID (Results 1 – 12 of 12) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
| D | BitstreamWriter.h | 60 unsigned BlockID; member 187 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo() 199 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock() 510 void SwitchToBlockID(unsigned BlockID) { in SwitchToBlockID() 518 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() 532 unsigned EmitBlockInfoAbbrev(unsigned BlockID, std::shared_ptr<BitCodeAbbrev> Abbv) { in EmitBlockInfoAbbrev()
|
| D | BitstreamReader.h | 42 unsigned BlockID = 0; member 54 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo() 66 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
| D | NaClBitcodeParser.h | 165 NaClBitcodeBlock(unsigned BlockID, NaClBitstreamCursor &Cursor) in NaClBitcodeBlock() 436 virtual bool ParseBlock(unsigned BlockID) { in ParseBlock() 556 NaClBitcodeParser(unsigned BlockID, NaClBitcodeParser *EnclosingParser) in NaClBitcodeParser() 566 NaClBitcodeParser(unsigned BlockID, NaClBitcodeParser *EnclosingParser, in NaClBitcodeParser()
|
| D | NaClBitstreamReader.h | 121 explicit BlockInfo(unsigned BlockID) : BlockID(BlockID), Abbrevs() {} in BlockInfo() 166 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo() 291 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
| D | NaClBitstreamReader.cpp | 70 bool NaClBitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() 347 for (size_t BlockID : ValidBlockIDs) { in BlockInfoRecordsMap() local 355 unsigned BlockID) { in getOrCreateUnknownBlockInfo()
|
| D | NaClBitcodeParser.cpp | 36 NaClBitcodeBlock::NaClBitcodeBlock(unsigned BlockID, in NaClBitcodeBlock()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
| D | BitcodeAnalyzer.cpp | 24 static Optional<const char *> GetBlockName(unsigned BlockID, in GetBlockName() 87 static Optional<const char *> GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName() 497 static bool canDecodeBlob(unsigned Code, unsigned BlockID) { in canDecodeBlob() 724 Error BitcodeAnalyzer::parseBlock(unsigned BlockID, unsigned IndentLevel, in parseBlock()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | PNaClTranslator.cpp | 666 BlockParserBaseClass(unsigned BlockID, TopLevelParser *Context) in BlockParserBaseClass() 669 BlockParserBaseClass(unsigned BlockID, BlockParserBaseClass *EnclosingParser, in BlockParserBaseClass() 693 BlockParserBaseClass(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in BlockParserBaseClass() 806 bool BlockParserBaseClass::ParseBlock(unsigned BlockID) { in ParseBlock() 833 TypesParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in TypesParser() 1037 GlobalsParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in GlobalsParser() 1254 ValuesymtabParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in ValuesymtabParser() 1357 FunctionParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser, in FunctionParser() 1365 FunctionParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser, in FunctionParser() 2794 ConstantsParser(unsigned BlockID, FunctionParser *FuncParser) in ConstantsParser() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
| D | BitstreamRemarkParser.cpp | 158 static Error parseBlock(T &ParserHelper, unsigned BlockID, in parseBlock() 249 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock()
|
| D | BitstreamRemarkSerializer.cpp | 36 static void initBlock(unsigned BlockID, BitstreamWriter &Bitstream, in initBlock()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/ |
| D | BitstreamReader.cpp | 21 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | spirv_common.hpp | 411 using BlockID = TypedID<TypeBlock>; typedef
|