Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp216 StringRef BundleFileName) { in getDeviceFileExtension() argument
221 return sys::path::extension(BundleFileName); in getDeviceFileExtension()
224 static std::string getDeviceLibraryFileName(StringRef BundleFileName, in getDeviceLibraryFileName() argument
226 StringRef LibName = sys::path::stem(BundleFileName); in getDeviceLibraryFileName()
227 StringRef Extension = getDeviceFileExtension(Device, BundleFileName); in getDeviceLibraryFileName()