Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp842 std::string FilesType = BundlerConfig.FilesType; in CreateFileHandler() local
844 if (FilesType == "i") in CreateFileHandler()
846 if (FilesType == "ii") in CreateFileHandler()
848 if (FilesType == "cui") in CreateFileHandler()
850 if (FilesType == "hipi") in CreateFileHandler()
854 if (FilesType == "d") in CreateFileHandler()
856 if (FilesType == "ll") in CreateFileHandler()
858 if (FilesType == "bc") in CreateFileHandler()
860 if (FilesType == "s") in CreateFileHandler()
862 if (FilesType == "o") in CreateFileHandler()
[all …]
/openbsd-src/gnu/llvm/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp96 cl::opt<std::string> FilesType( in main() local
164 BundlerConfig.FilesType = FilesType; in main()
291 if (BundlerConfig.FilesType == "a") { in main()
381 if (BundlerConfig.FilesType == "a") in main()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOffloadBundler.h38 std::string FilesType; variable