Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp141 unsigned addToSectionTable(const MCSectionELF *Sec);
335 unsigned ELFWriter::addToSectionTable(const MCSectionELF *Sec) { in addToSectionTable() function in ELFWriter
614 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
714 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()
1076 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
1113 GroupIdx = addToSectionTable(Group); in writeObject()
1124 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1126 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1158 addToSectionTable(AddrsigSection); in writeObject()