Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp153 unsigned addToSectionTable(const MCSectionELF *Sec);
344 unsigned ELFWriter::addToSectionTable(const MCSectionELF *Sec) { in addToSectionTable() function in ELFWriter
622 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
714 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()
1070 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
1109 GroupIdx = addToSectionTable(Group); in writeObject()
1120 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1122 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1134 SectionIndexMap[CGProfileSection] = addToSectionTable(CGProfileSection); in writeObject()
1164 addToSectionTable(AddrsigSection); in writeObject()