Home
last modified time | relevance | path

Searched refs:USELIST_BLOCK_ID (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h45 USELIST_BLOCK_ID enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp111 case bitc::USELIST_BLOCK_ID: return "USELIST_BLOCK_ID"; in GetBlockName()
271 case bitc::USELIST_BLOCK_ID: in GetCodeName()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1543 if (Stream.EnterSubBlock(bitc::USELIST_BLOCK_ID)) in ParseUseLists()
1705 case bitc::USELIST_BLOCK_ID: in ParseModule()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1908 Stream.EnterSubblock(bitc::USELIST_BLOCK_ID, 3); in WriteModuleUseLists()