Searched refs:InputFileName (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | llvm-dwarfutil.cpp | 86 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 D | Options.h | 34 std::string InputFileName; member
|
| H A D | DebugInfoLinker.cpp | 444 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 D | RemarkUtilHelpers.cpp | 19 getInputMemoryBuffer(StringRef InputFileName) { in getInputMemoryBuffer() argument 20 auto MaybeBuf = MemoryBuffer::getFileOrSTDIN(InputFileName); in getInputMemoryBuffer() 23 Twine("Cannot open file '" + InputFileName + in getInputMemoryBuffer()
|
| H A D | RemarkUtilHelpers.h | 26 static cl::opt<std::string> InputFileName(cl::Positional, cl::init("-"), \ 53 getInputMemoryBuffer(StringRef InputFileName);
|
| H A D | RemarkSizeDiff.cpp | 288 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 D | RemarkConvert.cpp | 53 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in tryParseRemarksFromYAMLFile() 119 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in tryBitstream2YAML()
|
| H A D | RemarkCount.cpp | 58 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in tryInstructionCount() 109 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in tryAnnotationCount()
|
| H A D | RemarkCounter.cpp | 304 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in collectRemarks()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | OffloadBundler.h | 61 ListBundleIDsInFile(llvm::StringRef InputFileName,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 1055 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 D | MCContext.cpp | 940 void MCContext::setGenDwarfRootFile(StringRef InputFileName, StringRef Buffer) { in setGenDwarfRootFile() argument 960 SmallString<1024> FileNameBuf = InputFileName; in setGenDwarfRootFile()
|