Searched refs:getDescriptor (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DUser.cpp97 ArrayRef<const uint8_t> User::getDescriptor() const { function in class:llvm::User
98 auto MutableARef = const_cast<User *>(this)->getDescriptor();
102 MutableArrayRef<uint8_t> User::getDescriptor() { function in class:llvm::User
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DUser.h60 /// bytes can be accessed by calling getDescriptor.
155 ArrayRef<const uint8_t> getDescriptor() const;
158 MutableArrayRef<uint8_t> getDescriptor();
H A DInstrTypes.h1539 uint8_t *BytesBegin = static_cast<InstrTy *>(this)->getDescriptor().begin();
1557 uint8_t *BytesEnd = static_cast<InstrTy *>(this)->getDescriptor().end();

Completed in 76 milliseconds