Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h206 SectionHeaderTable, enumerator
288 struct SectionHeaderTable : Chunk { struct
289 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() function
290 : Chunk(ChunkKind::SectionHeaderTable, IsImplicit) {} in SectionHeaderTable()
293 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument
719 const SectionHeaderTable &getSectionHeaderTable() const { in getSectionHeaderTable()
721 if (auto *S = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) in getSectionHeaderTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp339 ELFYAML::SectionHeaderTable *SecHdrTable = nullptr; in ELFState()
344 if (auto S = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in ELFState()
412 std::make_unique<ELFYAML::SectionHeaderTable>(/*IsImplicit=*/true)); in ELFState()
466 const ELFYAML::SectionHeaderTable &SectionHeaders = in writeELFHeader()
555 const ELFYAML::SectionHeaderTable &SectionHeaders = in toSectionIndex()
731 if (ELFYAML::SectionHeaderTable *S = in initSectionHeaders()
732 dyn_cast<ELFYAML::SectionHeaderTable>(D.get())) { in initSectionHeaders()
1748 const ELFYAML::SectionHeaderTable &SectionHeaders = in buildSectionHeaderReorderMap()
1799 const ELFYAML::SectionHeaderTable &SectionHeaders = in buildSectionIndex()
1930 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF()
H A DELFYAML.cpp37 constexpr StringRef SectionHeaderTable::TypeStr;
1374 ELFYAML::SectionHeaderTable &SHT) { in sectionHeaderTableMapping()
1449 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) in mapping()
1466 if (TypeStr == ELFYAML::SectionHeaderTable::TypeStr) { in mapping()
1470 Section.reset(new ELFYAML::SectionHeaderTable(/*IsImplicit=*/false)); in mapping()
1473 IO, *cast<ELFYAML::SectionHeaderTable>(Section.get())); in mapping()
1607 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in validate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp141 return static_cast<const XCOFFSectionHeader32 *>(SectionHeaderTable); in sectionHeaderTable32()
147 return static_cast<const XCOFFSectionHeader64 *>(SectionHeaderTable); in sectionHeaderTable64()
618 return reinterpret_cast<uintptr_t>(SectionHeaderTable); in getSectionHeaderTableAddress()
745 Obj->SectionHeaderTable = SecHeadersOrErr.get(); in create()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h221 const void *SectionHeaderTable = nullptr;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp385 std::unique_ptr<ELFYAML::SectionHeaderTable> SHT = in dump()
386 std::make_unique<ELFYAML::SectionHeaderTable>(/*IsImplicit=*/false); in dump()
394 if (isa<ELFYAML::SectionHeaderTable>(*C.get())) in dump()