Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h97 struct SectionHeaderTable { struct
98 Optional<std::vector<SectionHeader>> Sections;
99 Optional<std::vector<SectionHeader>> Excluded;
100 Optional<bool> NoHeaders;
/external/llvm/include/llvm/Object/
DELF.h75 const Elf_Shdr *SectionHeaderTable = nullptr; variable