HomeSort by: relevance | last modified time | path
    Searched defs:SectionHeaderTable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
XCOFFObjectFile.h 221 const void *SectionHeaderTable = nullptr;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 206 SectionHeaderTable,
288 struct SectionHeaderTable : Chunk {
289 SectionHeaderTable(bool IsImplicit)
290 : Chunk(ChunkKind::SectionHeaderTable, IsImplicit) {}
293 return S->Kind == ChunkKind::SectionHeaderTable;
310 static constexpr StringRef TypeStr = "SectionHeaderTable";
719 const SectionHeaderTable &getSectionHeaderTable() const {
721 if (auto *S = dyn_cast<ELFYAML::SectionHeaderTable>(C.get()))

Completed in 26 milliseconds