Home
last modified time | relevance | path

Searched refs:Elf_Shdr_Range (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h95 using Elf_Shdr_Range = typename ELFT::ShdrRange; variable
133 Elf_Shdr_Range Sections) const;
137 Elf_Shdr_Range Sections) const;
164 Expected<Elf_Shdr_Range> sections() const;
279 Elf_Shdr_Range Sections,
484 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
632 Elf_Shdr_Range Sections) const { in getSHNDXTable()
670 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
/external/llvm-project/llvm/include/llvm/Object/
DELF.h113 using Elf_Shdr_Range = typename ELFT::ShdrRange; variable
151 Elf_Shdr_Range Sections) const;
155 Elf_Shdr_Range Sections) const;
182 Expected<Elf_Shdr_Range> sections() const;
298 Elf_Shdr_Range Sections,
522 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
679 Elf_Shdr_Range Sections) const { in getSHNDXTable()
717 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
/external/llvm/include/llvm/Object/
DELF.h58 typedef typename ELFT::ShdrRange Elf_Shdr_Range; typedef
112 ErrorOr<Elf_Shdr_Range> sections() const;
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp240 object::ELFFile<object::ELF64LE>::Elf_Shdr_Range sections;
457 std::vector<std::vector<object::ELFFile<object::ELF64LE>::Elf_Shdr_Range *>> in graphifyRegularSymbols()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp1749 Expected<typename ELFFile<ELFT>::Elf_Shdr_Range> Sections = in readSectionHeaders()
1842 Expected<typename ELFFile<ELFT>::Elf_Shdr_Range> Sections = in readSections()