Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h552 CALL_CCONV = 1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3203 Vals.push_back(CBI->getCallingConv() << bitc::CALL_CCONV | in writeInstruction()
3369 Vals.push_back(CI.getCallingConv() << bitc::CALL_CCONV | in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5960 static_cast<CallingConv::ID>((0x7ff & CCInfo) >> bitc::CALL_CCONV)); in parseFunctionBody()
6703 static_cast<CallingConv::ID>((0x7ff & CCInfo) >> bitc::CALL_CCONV)); in parseFunctionBody()