Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp153 unsigned addToSectionTable(const MCSectionELF *Sec);
344 unsigned ELFWriter::addToSectionTable(const MCSectionELF *Sec) { in addToSectionTable() function in ELFWriter
619 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
715 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()
1075 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
1114 GroupIdx = addToSectionTable(Group); in writeObject()
1125 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1127 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1139 SectionIndexMap[CGProfileSection] = addToSectionTable(CGProfileSection); in writeObject()
1169 addToSectionTable(AddrsigSection); in writeObject()
/external/llvm-project/llvm/lib/MC/
DELFObjectWriter.cpp153 unsigned addToSectionTable(const MCSectionELF *Sec);
344 unsigned ELFWriter::addToSectionTable(const MCSectionELF *Sec) { in addToSectionTable() function in ELFWriter
619 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
715 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()
1079 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
1118 GroupIdx = addToSectionTable(Group); in writeObject()
1129 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1131 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1143 SectionIndexMap[CGProfileSection] = addToSectionTable(CGProfileSection); in writeObject()
1173 addToSectionTable(AddrsigSection); in writeObject()
/external/llvm/lib/MC/
DELFObjectWriter.cpp124 unsigned addToSectionTable(const MCSectionELF *Sec);
244 unsigned ELFObjectWriter::addToSectionTable(const MCSectionELF *Sec) { in addToSectionTable() function in ELFObjectWriter
778 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
891 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()
1219 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
1254 GroupIdx = addToSectionTable(Group); in writeObject()
1265 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1267 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()