Searched defs:BlockID (Results 1 – 11 of 11) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BlockCounter.cpp | 26 unsigned BlockID; member in __anon7665a34d0111::CountKey 76 unsigned BlockID) { in IncrementCount()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Bitcode/ |
H A D | BitstreamWriter.h | 58 unsigned BlockID; member 188 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo() 200 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock() 493 void SwitchToBlockID(unsigned BlockID) { in SwitchToBlockID() 501 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() 515 unsigned EmitBlockInfoAbbrev(unsigned BlockID, BitCodeAbbrev *Abbv) { in EmitBlockInfoAbbrev()
|
H A D | BitstreamReader.h | 38 unsigned BlockID; member 101 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo() 113 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 81 static const char *GetBlockName(unsigned BlockID, in GetBlockName() 118 static const char *GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName() 329 static bool ParseBlock(BitstreamCursor &Stream, unsigned BlockID, in ParseBlock() 558 unsigned BlockID = BlockInfoCursor.ReadSubBlockID(); in AnalyzeBitcode() local 579 unsigned BlockID = Stream.ReadSubBlockID(); in AnalyzeBitcode() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitstreamReader.cpp | 28 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TestAfterDivZeroChecker.cpp | 30 unsigned BlockID; member in __anonb7659b4b0111::ZeroState
|
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 603 unsigned BlockID = Block->getBlockID(); in getUninitUse() local
|
H A D | Consumed.cpp | 1086 unsigned int BlockID = Block->getBlockID(); in discardInfo() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/ |
H A D | CFG.h | 414 unsigned BlockID; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 1669 int BlockID : 31; // unique id for this BB in the containing CFG. variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1328 bool ASTReader::ReadBlockAbbrevs(BitstreamCursor &Cursor, unsigned BlockID) { in ReadBlockAbbrevs() 4073 static bool SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) { in SkipCursorToBlock()
|