/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 72 unsigned BlockID; global() member 279 getBlockInfo(unsigned BlockID) getBlockInfo() argument 290 EnterSubblock(unsigned BlockID,unsigned CodeLen) EnterSubblock() argument 598 SwitchToBlockID(unsigned BlockID) SwitchToBlockID() argument 606 getOrCreateBlockInfo(unsigned BlockID) getOrCreateBlockInfo() argument 620 EmitBlockInfoAbbrev(unsigned BlockID,std::shared_ptr<BitCodeAbbrev> Abbv) EmitBlockInfoAbbrev() argument [all...] |
H A D | BitstreamReader.h | 42 unsigned BlockID = 0; member 54 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo() 65 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BlockCounter.cpp | 25 unsigned BlockID; member in __anon9324964c0111::CountKey 75 unsigned BlockID) { in IncrementCount()
|
H A D | WorkList.cpp | 139 using BlockID = unsigned; typedef in __anona574dfc00311::UnexploredFirstStack 194 using BlockID = unsigned; typedef in __anona574dfc00411::UnexploredFirstPriorityQueue
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 26 GetBlockName(unsigned BlockID, const BitstreamBlockInfo &BlockInfo, in GetBlockName() argument 89 GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName() argument 515 canDecodeBlob(unsigned Code,unsigned BlockID) canDecodeBlob() argument 734 parseBlock(unsigned BlockID,unsigned IndentLevel,std::optional<BCDumpOptions> O,std::optional<StringRef> CheckHash) parseBlock() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | BitstreamRemarkParser.cpp | 159 static Error parseBlock(T &ParserHelper, unsigned BlockID, in parseBlock() 250 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock()
|
H A D | BitstreamRemarkSerializer.cpp | 37 static void initBlock(unsigned BlockID, BitstreamWriter &Bitstream, in initBlock()
|
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesFormat.h | 39 enum BlockID { global() enum
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TestAfterDivZeroChecker.cpp | 30 unsigned BlockID; member in __anond723086a0111::ZeroState
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 26 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 628 unsigned BlockID = Block->getBlockID(); in getUninitUse() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 811 unsigned BlockID; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 1668 unsigned BlockID : 31; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 2904 SmallDenseMap<const VPBlockBase *, unsigned> BlockID; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1758 ReadBlockAbbrevs(BitstreamCursor & Cursor,unsigned BlockID,uint64_t * StartOfBlockOffset) ReadBlockAbbrevs() argument 4382 SkipCursorToBlock(BitstreamCursor & Cursor,unsigned BlockID) SkipCursorToBlock() argument
|