Home
last modified time | relevance | path

Searched defs:BlockID (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitcodeParser.cpp36 NaClBitcodeBlock::NaClBitcodeBlock(unsigned BlockID, in NaClBitcodeBlock() argument
42 os << "Block " << BlockID; in Print() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp21 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp158 static Error parseBlock(T &ParserHelper, unsigned BlockID, in parseBlock() argument
249 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock() argument
H A DBitstreamRemarkSerializer.cpp36 static void initBlock(unsigned BlockID, BitstreamWriter &Bitstream, in initBlock() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h60 unsigned BlockID; member
187 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo() argument
199 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock() argument
[all...]
H A DBitstreamReader.h42 unsigned BlockID = 0; member
66 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp24 static Optional<const char *> GetBlockName(unsigned BlockID, in GetBlockName() argument
87 static Optional<const char *> GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName() argument
497 canDecodeBlob(unsigned Code, unsigned BlockID) canDecodeBlob() argument
724 parseBlock(unsigned BlockID, unsigned IndentLevel, Optional<BCDumpOptions> O, Optional<StringRef> CheckHash) parseBlock() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitcodeParser.h165 NaClBitcodeBlock(unsigned BlockID, NaClBitstreamCursor &Cursor) in NaClBitcodeBlock() argument
187 unsigned BlockID; member in llvm::NaClBitcodeBlock
436 virtual bool ParseBlock(unsigned BlockID) { in ParseBlock() argument
556 NaClBitcodeParser(unsigned BlockID, NaClBitcodeParser *EnclosingParser) NaClBitcodeParser() argument
566 NaClBitcodeParser(unsigned BlockID, NaClBitcodeParser *EnclosingParser, NaClBitstreamCursor &Cursor) NaClBitcodeParser() argument
[all...]
H A DNaClBitstreamReader.h121 explicit BlockInfo(unsigned BlockID) : BlockID(BlockID), Abbrevs() {} in BlockInfo() argument
129 unsigned BlockID; member in llvm::NaClBitstreamReader::BlockInfo
166 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo() argument
291 getBlockInfo(unsigned BlockID) getBlockInfo() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp666 BlockParserBaseClass(unsigned BlockID, TopLevelParser *Context) in BlockParserBaseClass() argument
669 BlockParserBaseClass(unsigned BlockID, BlockParserBaseClass *EnclosingParser, in BlockParserBaseClass() argument
693 BlockParserBaseClass(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in BlockParserBaseClass() argument
806 bool BlockParserBaseClass::ParseBlock(unsigned BlockID) { in ParseBlock() argument
811 StrBuf << "Don't know how to parse block id: " << BlockID; in ParseBlock() local
833 TypesParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser) TypesParser() argument
1037 GlobalsParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser) GlobalsParser() argument
1254 ValuesymtabParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser) ValuesymtabParser() argument
1357 FunctionParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser, NaClBcIndexSize_t FcnId) FunctionParser() argument
1365 FunctionParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser, NaClBcIndexSize_t FcnId, NaClBitstreamCursor &Cursor) FunctionParser() argument
2794 ConstantsParser(unsigned BlockID, FunctionParser *FuncParser) ConstantsParser() argument
2911 FunctionValuesymtabParser(unsigned BlockID, FunctionParser *EnclosingParser) FunctionValuesymtabParser() argument
2972 ParseBlock(unsigned BlockID) ParseBlock() argument
3001 ModuleParser(unsigned BlockID, TopLevelParser *Context) ModuleParser() argument
3051 ModuleValuesymtabParser(unsigned BlockID, ModuleParser *MP) ModuleValuesymtabParser() argument
3096 CfgParserWorkItem(unsigned BlockID, NaClBcIndexSize_t FcnId, ModuleParser *ModParser, std::unique_ptr<uint8_t[]> Buffer, uintptr_t BufferSize, uint64_t StartBit, uint32_t SeqNumber) CfgParserWorkItem() argument
3106 const unsigned BlockID; global() member in __anon25529::final
3129 ParseBlock(unsigned BlockID) ParseBlock() argument
3245 ParseBlock(unsigned BlockID) ParseBlock() argument
[all...]

Completed in 19 milliseconds