Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h58 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()
DBitstreamReader.h36 unsigned BlockID; member
99 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo()
111 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
/external/clang/lib/StaticAnalyzer/Core/
DBlockCounter.cpp26 unsigned BlockID; member in __anonef28e55c0111::CountKey
76 unsigned BlockID) { in IncrementCount()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp81 static const char *GetBlockName(unsigned BlockID, in GetBlockName()
118 static const char *GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName()
333 static bool ParseBlock(BitstreamCursor &Stream, unsigned BlockID, in ParseBlock()
562 unsigned BlockID = BlockInfoCursor.ReadSubBlockID(); in AnalyzeBitcode() local
583 unsigned BlockID = Stream.ReadSubBlockID(); in AnalyzeBitcode() local
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp28 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
/external/clang/lib/StaticAnalyzer/Checkers/
DTestAfterDivZeroChecker.cpp30 unsigned BlockID; member in __anon74a9d57a0111::ZeroState
/external/clang/lib/Analysis/
DUninitializedValues.cpp636 unsigned BlockID = Block->getBlockID(); in getUninitUse() local
DConsumed.cpp1085 unsigned int BlockID = Block->getBlockID(); in discardInfo() local
/external/clang/include/clang/Analysis/
DCFG.h414 unsigned BlockID; variable
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1669 int BlockID : 31; // unique id for this BB in the containing CFG. variable
/external/clang/lib/Serialization/
DASTReader.cpp1361 bool ASTReader::ReadBlockAbbrevs(BitstreamCursor &Cursor, unsigned BlockID) { in ReadBlockAbbrevs()
4105 static bool SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) { in SkipCursorToBlock()