Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h61 unsigned BlockID; member
192 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo()
204 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock()
511 void SwitchToBlockID(unsigned BlockID) { in SwitchToBlockID()
519 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
533 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/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp85 static const char *GetBlockName(unsigned BlockID, in GetBlockName()
128 static const char *GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName()
398 static bool ParseBlock(BitstreamCursor &Stream, unsigned BlockID, in ParseBlock()
656 unsigned BlockID = BlockInfoCursor.ReadSubBlockID(); in AnalyzeBitcode() local
677 unsigned BlockID = Stream.ReadSubBlockID(); in AnalyzeBitcode() local
/external/clang/lib/StaticAnalyzer/Core/
DBlockCounter.cpp26 unsigned BlockID; member in __anonef28e55c0111::CountKey
76 unsigned BlockID) { in IncrementCount()
/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
/external/clang/include/clang/Analysis/
DCFG.h413 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.cpp1360 bool ASTReader::ReadBlockAbbrevs(BitstreamCursor &Cursor, unsigned BlockID) { in ReadBlockAbbrevs()
3443 static bool SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) { in SkipCursorToBlock()