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.cpp112 case bitc::USELIST_BLOCK_ID: return "USELIST_BLOCK_ID"; in GetBlockName()
279 case bitc::USELIST_BLOCK_ID: in GetCodeName()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2538 if (Stream.EnterSubBlock(bitc::USELIST_BLOCK_ID)) in ParseUseLists()
2764 case bitc::USELIST_BLOCK_ID: in ParseModule()
3315 case bitc::USELIST_BLOCK_ID: in ParseFunctionBody()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2061 Stream.EnterSubblock(bitc::USELIST_BLOCK_ID, 3); in WriteUseListBlock()