Home
last modified time | relevance | path

Searched refs:RelRange (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp585 template <class RelRange, class T>
586 static void writeRel(const RelRange &Relocations, T *Buf) { in writeRel()
1014 SymbolTableSection *SymbolTable, T RelRange) { in initRelocations() argument
1015 for (const auto &Rel : RelRange) { in initRelocations()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h78 using Elf_Rel_Range = typename ELFT::RelRange;
H A DELFTypes.h81 using RelRange = ArrayRef<Rel>; member
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp92 using Elf_Rel_Range = typename ELFT::RelRange; \