Home | History | Annotate | Download | only in arm

Lines Matching defs:NewLiteral

710   Literal* NewLiteral(typename Identity<T>::type value) {
712 return NewLiteral(sizeof(value), reinterpret_cast<const uint8_t*>(&value));
716 virtual Literal* NewLiteral(size_t size, const uint8_t* data) = 0;