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.cpp149 unsigned addToSectionTable(MCSectionELF *Sec);
224 unsigned ELFWriter::addToSectionTable(MCSectionELF *Sec) { in addToSectionTable() function in ELFWriter
509 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
610 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()
1012 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
1050 *GroupIdxEntry = addToSectionTable(Group); in writeObject()
1059 Section.setOrdinal(addToSectionTable(&Section)); in writeObject()
1061 RelSection->setOrdinal(addToSectionTable(RelSection)); in writeObject()
1093 addToSectionTable(AddrsigSection); in writeObject()