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

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h314 FUNC_CODE_INST_CALL = 34, // CALL: [attr, fnty, fnid, args...] enumerator in enum:llvm::bitc::FunctionCodes
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp248 case bitc::FUNC_CODE_INST_CALL: return "INST_CALL";
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1457 Code = bitc::FUNC_CODE_INST_CALL;
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2903 case bitc::FUNC_CODE_INST_CALL: {

Completed in 126 milliseconds