Home
last modified time | relevance | path

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

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