Searched refs:FUNCTION_BLOCK_ID (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 35 FUNCTION_BLOCK_ID, enumerator
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 108 case bitc::FUNCTION_BLOCK_ID: return "FUNCTION_BLOCK"; in GetBlockName() 218 case bitc::FUNCTION_BLOCK_ID: in GetCodeName()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2072 Stream.EnterSubblock(bitc::FUNCTION_BLOCK_ID, 4); in WriteFunction() 2240 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo() 2250 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo() 2261 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo() 2272 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo() 2280 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo() 2288 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo() 2295 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo() 2307 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, Abbv) != in WriteBlockInfo()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2741 case bitc::FUNCTION_BLOCK_ID: in ParseModule() 3256 if (Stream.EnterSubBlock(bitc::FUNCTION_BLOCK_ID)) in ParseFunctionBody()
|