Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp140 unsigned addToSectionTable(const MCSectionELF *Sec);
337 unsigned ELFWriter::addToSectionTable(const MCSectionELF *Sec) { in addToSectionTable() function in ELFWriter
653 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
753 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()
1098 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
1137 GroupIdx = addToSectionTable(Group); in writeObject()
1148 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1150 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1182 addToSectionTable(AddrsigSection); in writeObject()