Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h72 unsigned BlockID; member
265 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo()
276 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock()
584 void SwitchToBlockID(unsigned BlockID) { in SwitchToBlockID()
592 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
606 unsigned EmitBlockInfoAbbrev(unsigned BlockID, std::shared_ptr<BitCodeAbbrev> Abbv) { in EmitBlockInfoAbbrev()
H A DBitstreamReader.h42 unsigned BlockID = 0; member
54 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo()
65 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp25 unsigned BlockID; member in __anon3b2526310111::CountKey
75 unsigned BlockID) { in IncrementCount()
H A DWorkList.cpp139 using BlockID = unsigned; typedef in __anon59a745250311::UnexploredFirstStack
194 using BlockID = unsigned; typedef in __anon59a745250411::UnexploredFirstPriorityQueue
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp26 GetBlockName(unsigned BlockID, const BitstreamBlockInfo &BlockInfo, in GetBlockName()
89 GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName()
515 static bool canDecodeBlob(unsigned Code, unsigned BlockID) { in canDecodeBlob()
734 Error BitcodeAnalyzer::parseBlock(unsigned BlockID, unsigned IndentLevel, in parseBlock()
/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp159 static Error parseBlock(T &ParserHelper, unsigned BlockID, in parseBlock()
250 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock()
H A DBitstreamRemarkSerializer.cpp37 static void initBlock(unsigned BlockID, BitstreamWriter &Bitstream, in initBlock()
/openbsd-src/gnu/llvm/clang/lib/APINotes/
H A DAPINotesFormat.h38 enum BlockID { enum
/openbsd-src/gnu/llvm/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp26 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp30 unsigned BlockID; member in __anon1ad699af0111::ZeroState
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUninitializedValues.cpp632 unsigned BlockID = Block->getBlockID(); in getUninitUse() local
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h783 unsigned BlockID; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2409 SmallDenseMap<const VPBlockBase *, unsigned> BlockID; variable
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1659 unsigned BlockID : 31; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp1640 unsigned BlockID, in ReadBlockAbbrevs()
4207 static bool SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) { in SkipCursorToBlock()