Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp810 MCSectionData *SymtabShndxSD = NULL; in CreateMetadataSections() local
816 SymtabShndxSD = &Asm.getOrCreateSectionData(*SymtabShndxSection); in CreateMetadataSections()
817 SymtabShndxSD->setAlignment(4); in CreateMetadataSections()
836 ShndxF = new MCDataFragment(SymtabShndxSD); in CreateMetadataSections()