Searched refs:shouldKeep (Results 1 – 15 of 15) sorted by relevance
31 if (O.shouldKeep()) in getChunkMetadataNodes()82 if (!O.shouldKeep()) in extractMetadataFromModule()
28 if (!O.shouldKeep()) { in extractAliasesFromModule()
30 if (!F.isDeclaration() && !O.shouldKeep()) { in extractFunctionBodiesFromModule()
37 return !F.isIntrinsic() && !O.shouldKeep(); in extractFunctionsFromModule()
32 if (O.shouldKeep()) in extractInstrFromModule()
68 bool shouldKeep() { in shouldKeep() function
28 if (GV.hasInitializer() && O.shouldKeep()) in extractGVsFromModule()
60 if (O.shouldKeep()) // Should we keep this one? in visitCallBase()
54 if (O.shouldKeep()) in extractArgumentsFromModule()
98 if (O.shouldKeep()) in extractBasicBlocksFromModule()
102 if (O.shouldKeep()) in visitAttributeSet()
789 shouldKeep = True791 shouldKeep = False793 return applies, shouldKeep821 shouldKeep = True823 shouldKeep = False825 return shouldKeep841 applies, shouldKeep = _instantiateFeatureVariationRecord(844 if shouldKeep:845 shouldKeep = _limitFeatureVariationRecord(record, axisRanges, fvarAxes)847 if shouldKeep and _featureVariationRecordIsUnique(record, uniqueRecords):
313 bool shouldKeep(InputSectionBase *s);
267 if (isReserved(sec) || script->shouldKeep(sec)) { in run()
348 bool LinkerScript::shouldKeep(InputSectionBase *s) { in shouldKeep() function in LinkerScript