Searched defs:BlockID (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | BlockCounter.cpp | 26 unsigned BlockID; member in __anon64d447660111::CountKey 77 unsigned BlockID) { in IncrementCount()
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamWriter.h | 58 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()
|
D | BitstreamReader.h | 40 unsigned BlockID; member 106 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo() 118 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 81 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/ |
D | CXLoadedDiagnostic.cpp | 283 unsigned BlockID = 0; in load() local 331 unsigned BlockID = Stream.ReadSubBlockID(); in readToNextRecordOrBlock() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 58 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | addressmap-inl.h | 235 static int BlockID(Number address) { in BlockID() function
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | addressmap-inl.h | 235 static int BlockID(Number address) { in BlockID() function
|
/external/clang/lib/Analysis/ |
D | UninitializedValues.cpp | 561 unsigned BlockID = Block->getBlockID(); in getUninitUse() local
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 361 unsigned BlockID; variable
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 1087 bool ASTReader::ReadBlockAbbrevs(BitstreamCursor &Cursor, unsigned BlockID) { in ReadBlockAbbrevs() 3346 static bool SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) { in SkipCursorToBlock()
|