Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.h107 bool shouldExtractForCommon(StringRef name) const;
H A DSymbols.cpp635 other.file->shouldExtractForCommon(getName())) { in resolve()
H A DInputFiles.cpp1843 bool InputFile::shouldExtractForCommon(StringRef name) const { in shouldExtractForCommon() function in InputFile