Searched refs:matchType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LinkerScript.h | 197 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 D | LinkerScript.cpp | 419 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 D | TargetLibraryInfo.cpp | 1024 static bool matchType(FuncArgTypeID ArgTy, const Type *Ty, unsigned IntBits, in matchType() function 1203 if (!Ty || !matchType(TyID, Ty, IntBits, SizeTBits)) in isValidProtoForLibFunc()
|