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.cpp515 Doc.getSectionHeaderTable(); in writeELFHeader()
605 Doc.getSectionHeaderTable(); in toSectionIndex()
1909 Doc.getSectionHeaderTable(); in buildSectionHeaderReorderMap()
1960 Doc.getSectionHeaderTable(); in buildSectionIndex()
2095 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h746 const SectionHeaderTable &getSectionHeaderTable() const { in getSectionHeaderTable() function