Searched refs:cStringSection (Results 1 – 4 of 4) sorted by relevance
212 } else if (osec == in.cStringSection || osec == in.objcMethnameSection) { in writeMapFile()
1245 if (in.cStringSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()1246 in.cStringSection->inputOrder = inputOrder++; in gatherInputSections()1247 in.cStringSection->addInput(isec); in gatherInputSections()1270 in.cStringSection->finalizeContents(); in foldIdenticalLiterals()
1332 in.cStringSection = in createSyntheticSections()1335 in.cStringSection = make<CStringSection>(section_names::cString); in createSyntheticSections()
781 CStringSection *cStringSection = nullptr; member