Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h83 unsigned BlockID; member
352 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo()
363 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock()
671 void SwitchToBlockID(unsigned BlockID) { in SwitchToBlockID()
679 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
693 unsigned EmitBlockInfoAbbrev(unsigned BlockID, std::shared_ptr<BitCodeAbbrev> Abbv) { in EmitBlockInfoAbbrev()
H A DBitstreamReader.h42 unsigned BlockID = 0; member
54 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo() argument
65 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() argument
[all...]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp25 unsigned BlockID; member in __anon6bb5763a0111::CountKey
75 unsigned BlockID) { in IncrementCount()
H A DWorkList.cpp139 using BlockID = unsigned; typedef in __anond1e6f8ae0311::UnexploredFirstStack
194 using BlockID = unsigned; typedef in __anond1e6f8ae0411::UnexploredFirstPriorityQueue
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp26 GetBlockName(unsigned BlockID, const BitstreamBlockInfo &BlockInfo, in GetBlockName()
89 GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName()
521 static bool canDecodeBlob(unsigned Code, unsigned BlockID) { in canDecodeBlob()
740 Error BitcodeAnalyzer::parseBlock(unsigned BlockID, unsigned IndentLevel, in parseBlock()
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp159 static Error parseBlock(T &ParserHelper, unsigned BlockID, in parseBlock()
250 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock()
H A DBitstreamRemarkSerializer.cpp37 static void initBlock(unsigned BlockID, BitstreamWriter &Bitstream, in initBlock()
/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp26 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h42 enum BlockID { enum
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp628 unsigned BlockID = Block->getBlockID(); in getUninitUse() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h811 unsigned BlockID; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1668 unsigned BlockID : 31; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h3511 SmallDenseMap<const VPBlockBase *, unsigned> BlockID; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1797 unsigned BlockID, in ReadBlockAbbrevs()
4391 static bool SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) { in SkipCursorToBlock()