Home
last modified time | relevance | path

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/
DBitstreamWriter.h60 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()
DBitstreamReader.h42 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/
DNaClBitcodeParser.h165 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()
DNaClBitstreamReader.h121 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/
DNaClBitstreamReader.cpp70 bool NaClBitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
347 for (size_t BlockID : ValidBlockIDs) { in BlockInfoRecordsMap() local
355 unsigned BlockID) { in getOrCreateUnknownBlockInfo()
DNaClBitcodeParser.cpp36 NaClBitcodeBlock::NaClBitcodeBlock(unsigned BlockID, in NaClBitcodeBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp24 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/
DPNaClTranslator.cpp666 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/
DBitstreamRemarkParser.cpp158 static Error parseBlock(T &ParserHelper, unsigned BlockID, in parseBlock()
249 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock()
DBitstreamRemarkSerializer.cpp36 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/
DBitstreamReader.cpp21 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp411 using BlockID = TypedID<TypeBlock>; typedef