Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h35 FUNCTION_BLOCK_ID, enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp107 case bitc::FUNCTION_BLOCK_ID: return "FUNCTION_BLOCK"; in GetBlockName()
216 case bitc::FUNCTION_BLOCK_ID: in GetCodeName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1604 Stream.EnterSubblock(bitc::FUNCTION_BLOCK_ID, 4); in WriteFunction()
1771 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
1781 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
1792 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
1803 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
1811 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
1819 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
1826 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1759 case bitc::FUNCTION_BLOCK_ID: in ParseModule()
2246 if (Stream.EnterSubBlock(bitc::FUNCTION_BLOCK_ID)) in ParseFunctionBody()