Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp1387 const MCSectionELF *StrtabSection; in CreateMetadataSections() local
1388 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0); in CreateMetadataSections()
1389 MCSectionData &StrtabSD = Asm.getOrCreateSectionData(*StrtabSection); in CreateMetadataSections()
1392 SectionIndexMap[StrtabSection] = StringTableIndex; in CreateMetadataSections()