Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFTypes.h81 using RelRange = ArrayRef<Rel>; member
136 using Elf_Rel_Range = typename ELFT::RelRange; \
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp940 template <class RelRange, class T>
941 static void writeRel(const RelRange &Relocations, T *Buf, bool IsMips64EL) { in writeRel()
1612 static Error initRelocations(RelocationSection *Relocs, T RelRange) { in initRelocations() argument
1613 for (const auto &Rel : RelRange) { in initRelocations()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7032 typename ELFT::RelRange CGProfileRel; in getSymbolIndices()
7033 Expected<typename ELFT::RelRange> CGProfileRelOrError = in getSymbolIndices()