Searched refs:getDescriptor (Results 1 – 5 of 5) sorted by relevance
93 ArrayRef<const uint8_t> User::getDescriptor() const { in getDescriptor() function in llvm::User94 auto MutableARef = const_cast<User *>(this)->getDescriptor(); in getDescriptor()98 MutableArrayRef<uint8_t> User::getDescriptor() { in getDescriptor() function in llvm::User
195 ArrayRef<const uint8_t> getDescriptor() const;198 MutableArrayRef<uint8_t> getDescriptor();
1899 uint8_t *BytesBegin = getDescriptor().begin();1916 uint8_t *BytesEnd = getDescriptor().end();
76 const ReadDescriptor &RD = RS.getDescriptor(); in updateRAWDependencies()
238 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor() function