Home
last modified time | relevance | path

Searched refs:getSectionHeaderTable (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp507 Doc.getSectionHeaderTable(); in writeELFHeader()
597 Doc.getSectionHeaderTable(); in toSectionIndex()
1785 Doc.getSectionHeaderTable(); in buildSectionHeaderReorderMap()
1836 Doc.getSectionHeaderTable(); in buildSectionIndex()
1971 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h718 const SectionHeaderTable &getSectionHeaderTable() const { in getSectionHeaderTable() function