Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp139 unsigned addToSectionTable(const MCSectionELF *Sec);
326 unsigned ELFWriter::addToSectionTable(const MCSectionELF *Sec) { in addToSectionTable() function in ELFWriter
623 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
723 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()
1060 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
1097 GroupIdx = addToSectionTable(Group); in writeObject()
1108 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1110 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1142 addToSectionTable(AddrsigSection); in writeObject()