reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Reader/BitcodeReader.cpp
 4623           static_cast<CallingConv::ID>((0x7ff & CCInfo) >> bitc::CALL_CCONV));
 5067           static_cast<CallingConv::ID>((0x7ff & CCInfo) >> bitc::CALL_CCONV));
lib/Bitcode/Writer/BitcodeWriter.cpp
 2843     Vals.push_back(CBI->getCallingConv() << bitc::CALL_CCONV |
 3001     Vals.push_back(CI.getCallingConv() << bitc::CALL_CCONV |