Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBlockCounter.cpp26 unsigned BlockID; member in __anon64d447660111::CountKey
77 unsigned BlockID) { in IncrementCount()
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h58 unsigned BlockID; member
198 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo()
210 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock()
512 void SwitchToBlockID(unsigned BlockID) { in SwitchToBlockID()
520 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
534 unsigned EmitBlockInfoAbbrev(unsigned BlockID, BitCodeAbbrev *Abbv) { in EmitBlockInfoAbbrev()
DBitstreamReader.h40 unsigned BlockID; member
106 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo()
118 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp81 static const char *GetBlockName(unsigned BlockID, in GetBlockName()
117 static const char *GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName()
324 static bool ParseBlock(BitstreamCursor &Stream, unsigned BlockID, in ParseBlock()
527 unsigned BlockID = Stream.ReadSubBlockID(); in AnalyzeBitcode() local
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp283 unsigned BlockID = 0; in load() local
331 unsigned BlockID = Stream.ReadSubBlockID(); in readToNextRecordOrBlock() local
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp58 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Daddressmap-inl.h235 static int BlockID(Number address) { in BlockID() function
/external/chromium_org/third_party/tcmalloc/chromium/src/
Daddressmap-inl.h235 static int BlockID(Number address) { in BlockID() function
/external/clang/lib/Analysis/
DUninitializedValues.cpp561 unsigned BlockID = Block->getBlockID(); in getUninitUse() local
/external/clang/include/clang/Analysis/
DCFG.h361 unsigned BlockID; variable
/external/clang/lib/Serialization/
DASTReader.cpp1087 bool ASTReader::ReadBlockAbbrevs(BitstreamCursor &Cursor, unsigned BlockID) { in ReadBlockAbbrevs()
3346 static bool SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) { in SkipCursorToBlock()