Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DUtils.h36 using PathToPlatformSeq = std::vector<PathToPlatform>; variable
96 PathSeq getPathsForPlatform(const PathToPlatformSeq &Paths,
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DMachO.h50 using PathToPlatformSeq = llvm::MachO::PathToPlatformSeq; variable
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp236 PathSeq llvm::MachO::getPathsForPlatform(const PathToPlatformSeq &Paths, in getPathsForPlatform()