Lines Matching refs:Retain
694 const bool Retain, const bool ForceUnique) { in calcUniqueIDUpdateFlagsAndSize() argument
709 if (Retain) { in calcUniqueIDUpdateFlagsAndSize()
787 bool Retain, bool ForceUnique) { in selectExplicitSectionGlobal() argument
817 Retain, ForceUnique); in selectExplicitSectionGlobal()
889 const TargetMachine &TM, bool Retain, bool EmitUniqueSection, in selectELFSectionForGlobal() argument
896 if (Retain) { in selectELFSectionForGlobal()
2134 static unsigned getWasmSectionFlags(SectionKind K, bool Retain) { in getWasmSectionFlags() argument
2143 if (Retain) in getWasmSectionFlags()
2193 unsigned *NextUniqueID, bool Retain) { in selectWasmSectionForGlobal() argument
2218 unsigned Flags = getWasmSectionFlags(Kind, Retain); in selectWasmSectionForGlobal()
2236 bool Retain = Used.count(GO); in SelectSectionForGlobal() local
2237 EmitUniqueSection |= Retain; in SelectSectionForGlobal()
2240 EmitUniqueSection, &NextUniqueID, Retain); in SelectSectionForGlobal()