Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp138 unsigned addToSectionTable(MCSectionELF *Sec);
210 unsigned ELFWriter::addToSectionTable(MCSectionELF *Sec) { in addToSectionTable() function in ELFWriter
501 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
607 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()
964 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
1000 *GroupIdxEntry = addToSectionTable(Group); in writeObject()
1009 Section.setOrdinal(addToSectionTable(&Section)); in writeObject()
1011 RelSection->setOrdinal(addToSectionTable(RelSection)); in writeObject()
1045 addToSectionTable(AddrsigSection); in writeObject()