Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp143 StringRef BundleFileName) { in getDeviceFileExtension() argument
148 return sys::path::extension(BundleFileName); in getDeviceFileExtension()
151 static std::string getDeviceLibraryFileName(StringRef BundleFileName, in getDeviceLibraryFileName() argument
153 StringRef LibName = sys::path::stem(BundleFileName); in getDeviceLibraryFileName()
154 StringRef Extension = getDeviceFileExtension(Device, BundleFileName); in getDeviceLibraryFileName()