Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h197 enum class MatchType { Trivial, WholeArchive, ArchivesExcluded } matchType; variable
206 : SectionCommand(InputSectionKind), matchType(MatchType::Trivial), in SectionCommand()
217 matchType = MatchType::WholeArchive; in SectionCommand()
220 matchType = MatchType::ArchivesExcluded; in SectionCommand()
H A DLinkerScript.cpp419 if (matchType == MatchType::WholeArchive) { in matchesFile()
422 if (matchType == MatchType::ArchivesExcluded && !file.archiveName.empty()) in matchesFile()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1024 static bool matchType(FuncArgTypeID ArgTy, const Type *Ty, unsigned IntBits, in matchType() function
1203 if (!Ty || !matchType(TyID, Ty, IntBits, SizeTBits)) in isValidProtoForLibFunc()