Home
last modified time | relevance | path

Searched defs:getDescriptor (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DUser.cpp93 ArrayRef<const uint8_t> User::getDescriptor() const { in getDescriptor() function in llvm::User
98 MutableArrayRef<uint8_t> User::getDescriptor() { in getDescriptor() function in llvm::User
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DInterpBlock.h49 Descriptor *getDescriptor() const { return Desc; } in getDescriptor() function
DPointer.h322 InlineDescriptor *getDescriptor(unsigned Offset) const { in getDescriptor() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/
DInstruction.h361 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor() function