Searched refs:InputFileName (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | llvm-dwarfutil.cpp | 88 Options.InputFileName = InputFiles[0]; in validateAndSetOptions() 256 Config.Common.InputFilename = Opts.InputFileName; in saveSeparateDebugInfo() 279 Config.Common.InputFilename = Opts.InputFileName; in saveNonDebugInfo() 362 Config.Common.InputFilename = Opts.InputFileName; in saveSeparateLinkedDebugInfo() 393 Config.Common.InputFilename = Opts.InputFileName; in saveSingleLinkedDebugInfo() 433 Config.Common.InputFilename = Opts.InputFileName; in saveCopyOfFile() 510 MemoryBuffer::getFileOrSTDIN(Opts.InputFileName); in main() 512 error(createFileError(Opts.InputFileName, BuffOrErr.getError())); in main() 517 error(createFileError(Opts.InputFileName, BinOrErr.takeError())); in main() 520 FilePermissionsApplier::create(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/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkUtil.cpp | 107 getInputMemoryBuffer(StringRef InputFileName) getInputMemoryBuffer() argument
|
| 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 | 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 | RemarkUtilHelpers.h | 28 static cl::opt<std::string> InputFileName(cl::Positional, cl::init("-"), \ 58 getInputMemoryBuffer(StringRef InputFileName);
|
| H A D | RemarkConvert.cpp | 53 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in tryParseRemarksFromYAMLFile() 119 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in tryBitstream2YAML()
|
| H A D | RemarkInstructionMix.cpp | 60 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in INPUT_OUTPUT_COMMAND_LINE_OPTIONS()
|
| H A D | RemarkCounter.cpp | 277 auto MaybeBuf = getInputMemoryBuffer(InputFileName); in collectRemarks()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | OffloadBundler.h | 65 ListBundleIDsInFile(llvm::StringRef InputFileName,
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 1035 void MCContext::setGenDwarfRootFile(StringRef InputFileName, StringRef Buffer) { in setGenDwarfRootFile() argument 1055 SmallString<1024> FileNameBuf = InputFileName; in setGenDwarfRootFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 1333 StringRef InputFileName, const OffloadBundlerConfig &BundlerConfig) { in ListBundleIDsInFile() argument 1336 MemoryBuffer::getFileOrSTDIN(InputFileName, /*IsText=*/true); in ListBundleIDsInFile() 1338 return createFileError(InputFileName, EC); in ListBundleIDsInFile()
|