Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp1125 MCSectionData *SymtabShndxSD = NULL; in CreateMetadataSections() local
1131 SymtabShndxSD = &Asm.getOrCreateSectionData(*SymtabShndxSection); in CreateMetadataSections()
1132 SymtabShndxSD->setAlignment(4); in CreateMetadataSections()
1151 ShndxF = new MCDataFragment(SymtabShndxSD); in CreateMetadataSections()