Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h224 template <bool is64> struct RelocsCrel { struct
225 using uint = std::conditional_t<is64, uint64_t, uint32_t>;
226 struct const_iterator {
277 constexpr RelocsCrel() = default; argument
278 RelocsCrel(const uint8_t *p) : hdr(readULEB128(p)) { this->p = p; } in RelocsCrel() argument
290 struct Relocs<llvm::object::Elf_Crel_Impl<is64>> : RelocsCrel<is64> { argument