Home
last modified time | relevance | path

Searched defs:BlockID (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h71 unsigned BlockID; member
270 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo()
282 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock()
591 void SwitchToBlockID(unsigned BlockID) { in SwitchToBlockID()
599 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
613 unsigned EmitBlockInfoAbbrev(unsigned BlockID, std::shared_ptr<BitCodeAbbrev> Abbv) { in EmitBlockInfoAbbrev()
H A DBitstreamReader.h43 unsigned BlockID = 0; member
55 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo()
67 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp25 unsigned BlockID; member in __anonad3bade50111::CountKey
75 unsigned BlockID) { in IncrementCount()
H A DWorkList.cpp139 using BlockID = unsigned; typedef in __anon126612d90311::UnexploredFirstStack
194 using BlockID = unsigned; typedef in __anon126612d90411::UnexploredFirstPriorityQueue
/netbsd-src/sys/dev/raidframe/
H A Drf_declusterPQ.c285 RF_StripeNum_t BlockID, BlockOffset, RepIndex; in rf_MapSectorDeclusteredPQ() local
352 RF_StripeNum_t BlockID, RepIndex; in rf_MapParityDeclusteredPQ() local
402 RF_StripeNum_t BlockID, RepIndex, RepIndexQ; in rf_MapQDeclusteredPQ() local
H A Drf_decluster.c325 RF_StripeNum_t BlockID, BlockOffset, RepIndex; in rf_MapSectorDeclustered() local
383 RF_StripeNum_t BlockID, RepIndex; in rf_MapParityDeclustered() local
562 RF_SectorNum_t BlockID, in rf_remap_to_spare_space()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp24 static Optional<const char *> GetBlockName(unsigned BlockID, in GetBlockName()
87 static Optional<const char *> GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName()
506 static bool canDecodeBlob(unsigned Code, unsigned BlockID) { in canDecodeBlob()
733 Error BitcodeAnalyzer::parseBlock(unsigned BlockID, unsigned IndentLevel, in parseBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp157 static Error parseBlock(T &ParserHelper, unsigned BlockID, in parseBlock()
248 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock()
H A DBitstreamRemarkSerializer.cpp35 static void initBlock(unsigned BlockID, BitstreamWriter &Bitstream, in initBlock()
/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesFormat.h38 enum BlockID { enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp21 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp29 unsigned BlockID; member in __anon2a84e2e30111::ZeroState
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELF.cpp651 for (uint32_t BlockID = 0; !ULEBSizeErr && Cur && (BlockID < NumBlocks); in decodeBBAddrMap() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp635 unsigned BlockID = Block->getBlockID(); in getUninitUse() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp858 for (uint64_t BlockID = 0; Cur && BlockID < NumBlocks; ++BlockID) { in dumpBBAddrMapSection() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h783 unsigned BlockID; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1661 unsigned BlockID : 31; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1633 bool ASTReader::ReadBlockAbbrevs(BitstreamCursor &Cursor, unsigned BlockID, in ReadBlockAbbrevs()
4163 static bool SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) { in SkipCursorToBlock()