Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h211 SectionHeaderTable, enumerator
293 struct SectionHeaderTable : Chunk { struct
294 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() function
298 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument
315 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DELFYAML.h236 SectionHeaderTable, enumerator
318 struct SectionHeaderTable : Chunk { struct
319 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() function
323 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument
340 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DELFYAML.h224 SectionHeaderTable, enumerator
306 struct SectionHeaderTable : Chunk { struct
307 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() function
311 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument
328 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DELFYAML.h236 SectionHeaderTable, enumerator
318 struct SectionHeaderTable : Chunk { struct
319 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() argument
323 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument
340 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DELFYAML.h236 SectionHeaderTable, enumerator
318 struct SectionHeaderTable : Chunk { struct
319 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() argument
323 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument
340 static constexpr StringRef TypeStr = "SectionHeaderTable"; argument
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELF.h75 const Elf_Shdr *SectionHeaderTable = nullptr; variable