Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp93 Options.InputFileName = InputFiles[0]; in validateAndSetOptions()
249 Config.Common.InputFilename = Opts.InputFileName; in saveSeparateDebugInfo()
272 Config.Common.InputFilename = Opts.InputFileName; in saveNonDebugInfo()
355 Config.Common.InputFilename = Opts.InputFileName; in saveSeparateLinkedDebugInfo()
386 Config.Common.InputFilename = Opts.InputFileName; in saveSingleLinkedDebugInfo()
426 Config.Common.InputFilename = Opts.InputFileName; in saveCopyOfFile()
503 MemoryBuffer::getFileOrSTDIN(Opts.InputFileName); in main()
505 error(createFileError(Opts.InputFileName, BuffOrErr.getError())); in main()
510 error(createFileError(Opts.InputFileName, BinOrErr.takeError())); in main()
513 FilePermissionsApplier::create(Opts.InputFileName); in main()
[all …]
H A DOptions.h34 std::string InputFileName; member
H A DDebugInfoLinker.cpp424 Options.InputFileName); in linkDebugInfo()
433 Options.InputFileName); in linkDebugInfo()
438 Options.InputFileName); in linkDebugInfo()
/openbsd-src/gnu/llvm/llvm/tools/llvm-remarkutil/
H A DRemarkUtil.cpp46 static cl::opt<std::string> InputFileName( \
80 getInputMemoryBuffer(StringRef InputFileName) { in getInputMemoryBuffer() argument
81 auto MaybeBuf = MemoryBuffer::getFileOrSTDIN(InputFileName); in getInputMemoryBuffer()
84 Twine("Cannot open file '" + InputFileName + in getInputMemoryBuffer()
127 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in tryParseRemarksFromYAMLFile()
193 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in tryBitstream2YAML()
225 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in tryInstructionCount()
/openbsd-src/gnu/llvm/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp301 StringRef InputFileName, in readFileAndProcessRemarks() argument
303 auto Buf = MemoryBuffer::getFile(InputFileName); in readFileAndProcessRemarks()
306 EC, Twine("Cannot open file '" + InputFileName + "': " + EC.message())); in readFileAndProcessRemarks()
330 "File '" + InputFileName + in readFileAndProcessRemarks()
344 StringRef InputFileName, in tryReadFileAndProcessRemarks() argument
346 if (Error E = readFileAndProcessRemarks(InputFileName, FuncNameToSizeInfo)) { in tryReadFileAndProcessRemarks()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOffloadBundler.h56 ListBundleIDsInFile(llvm::StringRef InputFileName,
/openbsd-src/gnu/llvm/llvm/tools/llvm-opt-report/
H A DOptReport.cpp46 InputFileName(cl::Positional, cl::desc("<input>"), cl::init("-"), variable
152 MemoryBuffer::getFile(InputFileName.c_str()); in readLocationInfo()
154 WithColor::error() << "Can't open file " << InputFileName << ": " in readLocationInfo()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp877 StringRef InputFileName, const OffloadBundlerConfig &BundlerConfig) { in ListBundleIDsInFile() argument
880 MemoryBuffer::getFileOrSTDIN(InputFileName); in ListBundleIDsInFile()
882 return createFileError(InputFileName, EC); in ListBundleIDsInFile()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp931 void MCContext::setGenDwarfRootFile(StringRef InputFileName, StringRef Buffer) { in setGenDwarfRootFile() argument
951 SmallString<1024> FileNameBuf = InputFileName; in setGenDwarfRootFile()