Searched refs:numNames (Results 1 – 2 of 2) sorted by relevance
735 unsigned numNames = out.importSec->getNumImportedFunctions(); in numNamedFunctions() local739 ++numNames; in numNamedFunctions()741 return numNames; in numNamedFunctions()745 unsigned numNames = out.importSec->getNumImportedGlobals(); in numNamedGlobals() local749 ++numNames; in numNamedGlobals()751 numNames += out.globalSec->internalGotSymbols.size(); in numNamedGlobals()752 return numNames; in numNamedGlobals()756 unsigned numNames = 0; in numNamedDataSegments() local760 ++numNames; in numNamedDataSegments()762 return numNames; in numNamedDataSegments()
377 bool isNeeded() const override { return !config->stripAll && numNames() > 0; }379 unsigned numNames() const { return numNamedGlobals() + numNamedFunctions(); }