Searched refs:cStringSection (Results 1 – 4 of 4) sorted by relevance
200 } else if (osec == in.cStringSection || osec == in.objcMethnameSection) { in writeMapFile()
1216 if (in.cStringSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()1217 in.cStringSection->inputOrder = inputOrder++; in gatherInputSections()1218 in.cStringSection->addInput(isec); in gatherInputSections()1241 in.cStringSection->finalizeContents(); in foldIdenticalLiterals()
1326 in.cStringSection = in createSyntheticSections()1329 in.cStringSection = make<CStringSection>(section_names::cString); in createSyntheticSections()
793 CStringSection *cStringSection = nullptr; member