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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp92 ArrayRef<const uint8_t> User::getDescriptor() const { function in class:llvm::User
93 auto MutableARef = const_cast<User *>(this)->getDescriptor();
97 MutableArrayRef<uint8_t> User::getDescriptor() { function in class:llvm::User
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.cpp58 Descriptor *Desc = B->getDescriptor();
H A DPointer.h133 Descriptor *Desc = Next == 0 ? getDeclDesc() : getDescriptor(Next)->Desc;
319 InlineDescriptor *getInlineDesc() const { return getDescriptor(Base); }
322 InlineDescriptor *getDescriptor(unsigned Offset) const { function in class:clang::interp::Pointer
H A DBlock.h49 Descriptor *getDescriptor() const { return Desc; } function in class:clang::interp::Block
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h65 /// bytes can be accessed by calling getDescriptor.
194 ArrayRef<const uint8_t> getDescriptor() const;
197 MutableArrayRef<uint8_t> getDescriptor();
H A DInstrTypes.h2063 uint8_t *BytesBegin = getDescriptor().begin();
2080 uint8_t *BytesEnd = getDescriptor().end();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h262 const ReadDescriptor &getDescriptor() const { return *RD; } function in class:llvm::mca::ReadState
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp416 const ReadDescriptor &RD = RS.getDescriptor();

Completed in 185 milliseconds