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.h38 FUNCTION_BLOCK_ID, enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1246 Stream.EnterSubblock(bitc::FUNCTION_BLOCK_ID, 4); in WriteFunction()
1413 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
1423 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
1434 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
1445 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
1453 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
1461 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
1468 if (Stream.EmitBlockInfoAbbrev(bitc::FUNCTION_BLOCK_ID, in WriteBlockInfo()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp108 case bitc::FUNCTION_BLOCK_ID: return "FUNCTION_BLOCK"; in GetBlockName()
215 case bitc::FUNCTION_BLOCK_ID: in GetCodeName()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1587 case bitc::FUNCTION_BLOCK_ID: in ParseModule()
2014 if (Stream.EnterSubBlock(bitc::FUNCTION_BLOCK_ID)) in ParseFunctionBody()