Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp111 llvm::StringRef OutputFilePrefix, const char *InputFileName, in constructLlcCommand() argument
116 LlcArgs.push_back(InputFileName); in constructLlcCommand()
143 const char *InputFileName) const { in constructLldCommand()
148 InputFileName}; in constructLldCommand()
H A DAMDGPUOpenMP.h50 const char *InputFileName,
56 const char *InputFileName) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp44 InputFileName(cl::Positional, cl::desc("<input>"), cl::init("-"), variable
150 MemoryBuffer::getFile(InputFileName.c_str()); in readLocationInfo()
152 WithColor::error() << "Can't open file " << InputFileName << ": " in readLocationInfo()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp871 static Error ListBundleIDsInFile(StringRef InputFileName) { in ListBundleIDsInFile() argument
874 MemoryBuffer::getFileOrSTDIN(InputFileName); in ListBundleIDsInFile()
876 return createFileError(InputFileName, EC); in ListBundleIDsInFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp823 void MCContext::setGenDwarfRootFile(StringRef InputFileName, StringRef Buffer) { in setGenDwarfRootFile() argument
843 SmallString<1024> FileNameBuf = InputFileName; in setGenDwarfRootFile()