Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp976 const MCSectionELF *StrtabSection = SectionTable[StringTableIndex - 1]; in createStringTable() local
978 return StrtabSection; in createStringTable()
1068 MCSectionELF *StrtabSection = in writeObject() local
1070 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()