HomeSort by: relevance | last modified time | path
    Searched refs:CALL_CCONV (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 495 CALL_CCONV = 1,
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 4822 static_cast<CallingConv::ID>((0x7ff & CCInfo) >> bitc::CALL_CCONV));
5380 static_cast<CallingConv::ID>((0x7ff & CCInfo) >> bitc::CALL_CCONV));
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 2971 Vals.push_back(CBI->getCallingConv() << bitc::CALL_CCONV |
3130 Vals.push_back(CI.getCallingConv() << bitc::CALL_CCONV |

Completed in 69 milliseconds