Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()