HomeSort by: relevance | last modified time | path
    Searched refs:getDescriptor (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
User.cpp 93 ArrayRef<const uint8_t> User::getDescriptor() const {
94 auto MutableARef = const_cast<User *>(this)->getDescriptor();
98 MutableArrayRef<uint8_t> User::getDescriptor() {
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpState.cpp 58 Descriptor *Desc = B->getDescriptor();
Pointer.h 133 Descriptor *Desc = Next == 0 ? getDeclDesc() : getDescriptor(Next)->Desc;
319 InlineDescriptor *getInlineDesc() const { return getDescriptor(Base); }
322 InlineDescriptor *getDescriptor(unsigned Offset) const {
InterpBlock.h 49 Descriptor *getDescriptor() const { return Desc; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
User.h 65 /// bytes can be accessed by calling getDescriptor.
194 ArrayRef<const uint8_t> getDescriptor() const;
197 MutableArrayRef<uint8_t> getDescriptor();
InstrTypes.h 2188 uint8_t *BytesBegin = getDescriptor().begin();
2205 uint8_t *BytesEnd = getDescriptor().end();
  /src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
RegisterFile.cpp 478 const ReadDescriptor &RD = RS.getDescriptor();
558 const ReadDescriptor &RD = RS.getDescriptor();
  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
Instruction.h 262 const ReadDescriptor &getDescriptor() const { return *RD; }
  /src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
InOrderIssueStage.cpp 101 const ReadDescriptor &RD = RS.getDescriptor();

Completed in 22 milliseconds