Searched refs:FUNC_CODE_INST_ALLOCA (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h292 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [instty, op, align] enumerator in enum:llvm::bitc::FunctionCodes
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp239 case bitc::FUNC_CODE_INST_ALLOCA: return "INST_ALLOCA";
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1388 Code = bitc::FUNC_CODE_INST_ALLOCA;
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2766 case bitc::FUNC_CODE_INST_ALLOCA: { // ALLOCA: [instty, opty, op, align]

Completed in 111 milliseconds