Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp512 Doc.getSectionHeaderTable(); in writeELFHeader()
598 Doc.getSectionHeaderTable(); in toSectionIndex()
1936 Doc.getSectionHeaderTable(); in buildSectionHeaderReorderMap()
1987 Doc.getSectionHeaderTable(); in buildSectionIndex()
2122 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h762 const SectionHeaderTable &getSectionHeaderTable() const { in getSectionHeaderTable() function