| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/Object/COFF.h"
Public Member Functions | |
| DynamicRelocRef ()=default | |
| DynamicRelocRef (const void *Header, const COFFObjectFile *Owner) | |
| LLVM_ABI bool | operator== (const DynamicRelocRef &Other) const | 
| LLVM_ABI void | moveNext () | 
| LLVM_ABI uint32_t | getType () const | 
| LLVM_ABI void | getContents (ArrayRef< uint8_t > &Ref) const | 
| LLVM_ABI arm64x_reloc_iterator | arm64x_reloc_begin () const | 
| LLVM_ABI arm64x_reloc_iterator | arm64x_reloc_end () const | 
| LLVM_ABI iterator_range< arm64x_reloc_iterator > | arm64x_relocs () const | 
Friends | |
| class | COFFObjectFile | 
      
  | 
  default | 
Referenced by operator==().
      
  | 
  inline | 
Definition at line 1360 of file COFF.h.
References COFFObjectFile, and const.
| arm64x_reloc_iterator DynamicRelocRef::arm64x_reloc_begin | ( | ) | const | 
Definition at line 2057 of file COFFObjectFile.cpp.
References assert(), llvm::ArrayRef< T >::begin(), getContents(), getType(), and llvm::COFF::IMAGE_DYNAMIC_RELOCATION_ARM64X.
Referenced by arm64x_relocs().
| arm64x_reloc_iterator DynamicRelocRef::arm64x_reloc_end | ( | ) | const | 
Definition at line 2066 of file COFFObjectFile.cpp.
References assert(), llvm::ArrayRef< T >::end(), getContents(), getType(), and llvm::COFF::IMAGE_DYNAMIC_RELOCATION_ARM64X.
Referenced by arm64x_relocs().
| iterator_range< arm64x_reloc_iterator > DynamicRelocRef::arm64x_relocs | ( | ) | const | 
Definition at line 2075 of file COFFObjectFile.cpp.
References arm64x_reloc_begin(), arm64x_reloc_end(), and llvm::make_range().
Definition at line 1986 of file COFFObjectFile.cpp.
References llvm::ArrayRef(), H, and llvm::Ref.
Referenced by arm64x_reloc_begin(), and arm64x_reloc_end().
| uint32_t DynamicRelocRef::getType | ( | ) | const | 
Definition at line 1961 of file COFFObjectFile.cpp.
References H, and llvm_unreachable.
Referenced by arm64x_reloc_begin(), and arm64x_reloc_end().
| void DynamicRelocRef::moveNext | ( | ) | 
Definition at line 1938 of file COFFObjectFile.cpp.
References H.
| bool DynamicRelocRef::operator== | ( | const DynamicRelocRef & | Other | ) | const | 
Definition at line 1934 of file COFFObjectFile.cpp.
References DynamicRelocRef(), and llvm::Other.
      
  | 
  friend | 
Definition at line 1378 of file COFF.h.
References COFFObjectFile.
Referenced by COFFObjectFile, and DynamicRelocRef().