Home
last modified time | relevance | path

Searched refs:ShdrRange (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h95 using Elf_Shdr_Range = typename ELFT::ShdrRange;
311 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
510 Expected<typename ELFT::ShdrRange> ELFFile<ELFT>::sections() const { in sections()
DELFTypes.h78 using ShdrRange = ArrayRef<Shdr>; member