Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_CALL (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h336 FUNC_CODE_INST_CALL = 34, // CALL: [attr, cc, fnty, fnid, args...] enumerator
/NextBSD/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1974 Code = bitc::FUNC_CODE_INST_CALL; in WriteInstruction()
/NextBSD/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp4301 case bitc::FUNC_CODE_INST_CALL: { in parseFunctionBody()