Home
last modified time | relevance | path

Searched refs:BLOCKINFO_BLOCK_ID (Results 1 – 8 of 8) sorted by relevance

/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp90 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) in GetBlockName()
133 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in GetCodeName()
409 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in ParseBlock()
657 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in AnalyzeBitcode()
/external/llvm/include/llvm/Bitcode/
DBitCodes.h62 BLOCKINFO_BLOCK_ID = 0, enumerator
DBitstreamWriter.h505 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, CodeWidth); in EnterBlockInfoBlock()
/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp48 case llvm::bitc::BLOCKINFO_BLOCK_ID: in readDiagnostics()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp299 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true; in ReadBlockInfoBlock()
DBitcodeReader.cpp3241 case bitc::BLOCKINFO_BLOCK_ID: in parseModule()
5517 case bitc::BLOCKINFO_BLOCK_ID: in parseModule()
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp463 Stream.EnterSubblock(llvm::bitc::BLOCKINFO_BLOCK_ID, 3); in emitBlockInfoBlock()
DASTWriter.cpp871 Stream.EnterSubblock(llvm::bitc::BLOCKINFO_BLOCK_ID, 3); in WriteBlockInfoBlock()