Searched refs:getDescriptor (Results 1 – 9 of 9) sorted by relevance
99 ArrayRef<const uint8_t> User::getDescriptor() const { in getDescriptor() function in llvm::User100 auto MutableARef = const_cast<User *>(this)->getDescriptor(); in getDescriptor()104 MutableArrayRef<uint8_t> User::getDescriptor() { in getDescriptor() function in llvm::User
188 Next == 0 ? getDeclDesc() : getDescriptor(Next)->Desc; in expand()382 assert(Offset + sizeof(T) <= Pointee->getDescriptor()->getAllocSize()); in deref()446 InlineDescriptor *getInlineDesc() const { return getDescriptor(Base); } in getInlineDesc()449 InlineDescriptor *getDescriptor(unsigned Offset) const { in getDescriptor() function
50 const Descriptor *Desc = B->getDescriptor(); in deallocate()
61 const Descriptor *getDescriptor() const { return Desc; } in getDescriptor() function
1008 if (!CheckConstant(S, OpPC, B->getDescriptor())) in GetGlobal()
194 ArrayRef<const uint8_t> getDescriptor() const;197 MutableArrayRef<uint8_t> getDescriptor();
2288 uint8_t *BytesBegin = getDescriptor().begin();2305 uint8_t *BytesEnd = getDescriptor().end();
506 const ReadDescriptor &RD = RS.getDescriptor(); in collectWrites()575 const ReadDescriptor &RD = RS.getDescriptor(); in checkRAWHazards()637 const ReadDescriptor &RD = RS.getDescriptor(); in addRegisterRead()
361 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor() function