Home
last modified time | relevance | path

Searched refs:mapToArchitectureSet (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbol.h91 return mapToArchitectureSet(Targets); in getArchitectures()
125 return mapToArchitectureSet(Targets).contains(Arch); in hasArchitecture()
H A DTarget.h71 ArchitectureSet mapToArchitectureSet(ArrayRef<Target> Targets);
H A DInterfaceFile.h115 return mapToArchitectureSet(Targets); in getArchitectures()
175 return mapToArchitectureSet(Targets); in getArchitectures()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp69 ArchitectureSet mapToArchitectureSet(ArrayRef<Target> Targets) { in mapToArchitectureSet() function