Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp1129 const MCSectionELF *StrtabSection = SectionTable[StringTableIndex - 1]; in createStringTable() local
1131 return StrtabSection; in createStringTable()
1217 MCSectionELF *StrtabSection = in writeObject() local
1219 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp833 const MCSectionELF *StrtabSection; in CreateMetadataSections() local
834 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0, in CreateMetadataSections()
836 MCSectionData &StrtabSD = Asm.getOrCreateSectionData(*StrtabSection); in CreateMetadataSections()
843 StringTableIndex = SectionIndexMap.lookup(StrtabSection); in CreateMetadataSections()