Home
last modified time | relevance | path

Searched defs:NaClBitCodeAbbrevOp (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitCodes.cpp37 NaClBitCodeAbbrevOp::NaClBitCodeAbbrevOp(Encoding E, uint64_t Data) in NaClBitCodeAbbrevOp() function in NaClBitCodeAbbrevOp
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h123 explicit NaClBitCodeAbbrevOp(uint64_t V) : Enc(Literal), Val(V) {} in NaClBitCodeAbbrevOp() function