Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp86 Options.InputFileName = InputFiles[0]; in validateAndSetOptions()
254 Config.Common.InputFilename = Opts.InputFileName; in saveSeparateDebugInfo()
277 Config.Common.InputFilename = Opts.InputFileName; in saveNonDebugInfo()
360 Config.Common.InputFilename = Opts.InputFileName; in saveSeparateLinkedDebugInfo()
391 Config.Common.InputFilename = Opts.InputFileName; in saveSingleLinkedDebugInfo()
431 Config.Common.InputFilename = Opts.InputFileName; in saveCopyOfFile()
508 MemoryBuffer::getFileOrSTDIN(Opts.InputFileName); in main()
510 error(createFileError(Opts.InputFileName, BuffOrErr.getError())); in main()
518 FilePermissionsApplier::create(Opts.InputFileName); in main()
523 error(createFileError(Opts.InputFileName, in main()
[all …]
H A DOptions.h34 std::string InputFileName; member
H A DDebugInfoLinker.cpp444 Options.InputFileName); in linkDebugInfoImpl()
453 Options.InputFileName); in linkDebugInfoImpl()
458 Options.InputFileName); in linkDebugInfoImpl()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilHelpers.cpp19 getInputMemoryBuffer(StringRef InputFileName) { in getInputMemoryBuffer() argument
20 auto MaybeBuf = MemoryBuffer::getFileOrSTDIN(InputFileName); in getInputMemoryBuffer()
23 Twine("Cannot open file '" + InputFileName + in getInputMemoryBuffer()
H A DRemarkUtilHelpers.h26 static cl::opt<std::string> InputFileName(cl::Positional, cl::init("-"), \
53 getInputMemoryBuffer(StringRef InputFileName);
H A DRemarkSizeDiff.cpp288 StringRef InputFileName, in readFileAndProcessRemarks() argument
291 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in readFileAndProcessRemarks()
315 "File '" + InputFileName + in readFileAndProcessRemarks()
329 StringRef InputFileName, in tryReadFileAndProcessRemarks() argument
331 if (Error E = readFileAndProcessRemarks(InputFileName, FuncNameToSizeInfo)) { in tryReadFileAndProcessRemarks()
H A DRemarkConvert.cpp53 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in tryParseRemarksFromYAMLFile()
119 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in tryBitstream2YAML()
H A DRemarkCount.cpp58 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in tryInstructionCount()
109 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in tryAnnotationCount()
H A DRemarkCounter.cpp304 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in collectRemarks()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h61 ListBundleIDsInFile(llvm::StringRef InputFileName,
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1055 StringRef InputFileName, const OffloadBundlerConfig &BundlerConfig) { in ListBundleIDsInFile() argument
1058 MemoryBuffer::getFileOrSTDIN(InputFileName); in ListBundleIDsInFile()
1060 return createFileError(InputFileName, EC); in ListBundleIDsInFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp940 void MCContext::setGenDwarfRootFile(StringRef InputFileName, StringRef Buffer) { in setGenDwarfRootFile() argument
960 SmallString<1024> FileNameBuf = InputFileName; in setGenDwarfRootFile()