Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h224 FUNC_CODE_DECLAREBLOCKS = 1, // DECLAREBLOCKS: [n] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp218 case bitc::FUNC_CODE_DECLAREBLOCKS: return "DECLAREBLOCKS"; in GetCodeName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1254 Stream.EmitRecord(bitc::FUNC_CODE_DECLAREBLOCKS, Vals); in WriteFunction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2076 case bitc::FUNC_CODE_DECLAREBLOCKS: // DECLAREBLOCKS: [nblocks] in ParseFunctionBody()