Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeDecoders.h54 bool DecodeCallingConv(uint64_t NaClCallingConv,
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp117 bool DecodeCallingConv(uint64_t NaClCallingConv, in DecodeCallingConv() function
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2744 if (!naclbitc::DecodeCallingConv(CCInfo >> 1, CallingConv)) { in ProcessRecord()
3216 if (!naclbitc::DecodeCallingConv(Values[1], CallingConv)) { in ProcessRecord()