Home
last modified time | relevance | path

Searched refs:needzOSConversion (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAutoConvert.h55 ErrorOr<bool> needzOSConversion(const char *FileName, const int FD = -1);
92 return needzOSConversion(FileName, FD);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAutoConvert.cpp118 ErrorOr<bool> llvm::needzOSConversion(const char *FileName, const int FD) { in needzOSConversion() function in llvm