Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h211 SectionHeaderTable, enumerator
293 struct SectionHeaderTable : Chunk { struct
294 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() argument
298 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument
315 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument
/external/llvm/include/llvm/Object/
DELF.h75 const Elf_Shdr *SectionHeaderTable = nullptr; variable