Home
last modified time | relevance | path

Searched refs:shouldExtractForCommon (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.h96 bool shouldExtractForCommon(StringRef name);
H A DSymbols.cpp649 other.file->shouldExtractForCommon(getName())) { in resolveLazy()
H A DInputFiles.cpp1758 bool InputFile::shouldExtractForCommon(StringRef name) { in shouldExtractForCommon() function in InputFile