Home
last modified time | relevance | path

Searched defs:matchType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h197 enum class MatchType { Trivial, WholeArchive, ArchivesExcluded } matchType; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1024 static bool matchType(FuncArgTypeID ArgTy, const Type *Ty, unsigned IntBits, in matchType() function