Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp374 void writeSectionHeader(const SectionEntry *Sec);
1058 void XCOFFWriter::writeSectionHeader(const SectionEntry *Sec) { in writeSectionHeader() function in __anon43032e790111::XCOFFWriter
1100 writeSectionHeader(CsectSec); in writeSectionHeaderTable()
1102 writeSectionHeader(&DwarfSec); in writeSectionHeaderTable()
1104 writeSectionHeader(&OverflowSec); in writeSectionHeaderTable()
1106 writeSectionHeader(&ExceptionSection); in writeSectionHeaderTable()
1108 writeSectionHeader(&CInfoSymSection); in writeSectionHeaderTable()
H A DELFObjectWriter.cpp212 void writeSectionHeader(uint32_t GroupSymbolIndex, uint64_t Offset,
881 void ELFWriter::writeSectionHeader(uint32_t GroupSymbolIndex, uint64_t Offset, in writeSectionHeader() function in ELFWriter
1000 writeSectionHeader(GroupSymbolIndex, Offsets.first, Size, *Section); in writeSectionHeaders()