/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkUtilHelpers.cpp | 34 getOutputFileWithFlags(StringRef OutputFileName, sys::fs::OpenFlags Flags) { in getOutputFileWithFlags() 49 getOutputFileForRemarks(StringRef OutputFileName, Format OutputFormat) { in getOutputFileForRemarks()
|
H A D | RemarkCounter.cpp | 209 print(StringRef OutputFileName) print() argument 239 print(StringRef OutputFileName) print() argument
|
/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOLayoutBuilder.h | 50 StringRef OutputFileName; member 59 StringRef OutputFileName; variable 79 MachOLayoutBuilder(Object &O, bool Is64Bit, StringRef OutputFileName, in MachOLayoutBuilder()
|
H A D | MachOWriter.h | 63 StringRef OutputFileName, uint64_t PageSize, raw_ostream &Out) in MachOWriter()
|
/llvm-project/clang/tools/apinotes-test/ |
H A D | APINotesTest.cpp | 22 OutputFileName("o", llvm::cl::desc("output filename"), variable
|
/llvm-project/clang/lib/Interpreter/ |
H A D | Wasm.cpp | 54 std::string OutputFileName = PTU.TheModule->getName().str() + ".wasm"; addModule() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | PCHContainerOperations.cpp | 53 const std::string &OutputFileName, std::unique_ptr<llvm::raw_pwrite_stream> OS, in CreatePCHContainerGenerator()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.cpp |
|
/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | Options.h | 35 std::string OutputFileName; member
|
/llvm-project/llvm/tools/llvm-lipo/ |
H A D | llvm-lipo.cpp | 467 thinSlice(LLVMContext & LLVMCtx,ArrayRef<OwningBinary<Binary>> InputBinaries,StringRef ArchType,StringRef OutputFileName) thinSlice() argument 605 createUniversalBinary(LLVMContext & LLVMCtx,ArrayRef<OwningBinary<Binary>> InputBinaries,const StringMap<const uint32_t> & Alignments,StringRef OutputFileName,FatHeaderType HeaderType) createUniversalBinary() argument 625 extractSlice(LLVMContext & LLVMCtx,ArrayRef<OwningBinary<Binary>> InputBinaries,const StringMap<const uint32_t> & Alignments,StringRef ArchType,StringRef OutputFileName) extractSlice() argument 685 replaceSlices(LLVMContext & LLVMCtx,ArrayRef<OwningBinary<Binary>> InputBinaries,const StringMap<const uint32_t> & Alignments,StringRef OutputFileName,ArrayRef<InputFile> ReplacementFiles) replaceSlices() argument [all...] |
/llvm-project/clang-tools-extra/pp-trace/ |
H A D | PPTrace.cpp | 67 static cl::opt<std::string> OutputFileName( variable
|
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterFixtures.h | 88 const char *const OutputFileName = "output.cc"; variable 249 const char *const OutputFileName = "output.cc"; in testImport() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Fuchsia.cpp | 238 const char *OutputFileName = Output.getFilename(); ConstructJob() local
|
H A D | HIPUtility.cpp | 217 constructHIPFatbinCommand(Compilation & C,const JobAction & JA,llvm::StringRef OutputFileName,const InputInfoList & Inputs,const llvm::opt::ArgList & Args,const Tool & T) constructHIPFatbinCommand() argument
|
H A D | BareMetal.cpp | 448 const char *OutputFileName = Output.getFilename(); ConstructJob() local
|
H A D | Cuda.cpp | 462 std::string OutputFileName = TC.getInputFilename(Output); ConstructJob() local
|
H A D | Darwin.cpp | 843 const auto *OutputFileName = Output.getFilename(); ConstructJob() local
|
H A D | Gnu.cpp | 343 if (std::error_code EC = llvm::sys::fs::remove(OutputFileName)) { in ConstructJob() local
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOUniversalWriter.cpp | 353 StringRef OutputFileName, in writeUniversalBinary()
|
/llvm-project/llvm/tools/llvm-opt-report/ |
H A D | OptReport.cpp | 51 OutputFileName("o", cl::desc("Output file"), cl::init("-"), global() variable
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 86 StringRef OutputFileName, in generateUniversalBinary() argument
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 87 addSaveTemps(std::string OutputFileName,bool UseInputModulePath,const DenseSet<StringRef> & SaveTempsArgs) addSaveTemps() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 1010 writeToOutput(StringRef OutputFileName,std::function<Error (raw_ostream &)> Write) writeToOutput() argument
|
/llvm-project/clang/tools/clang-scan-deps/ |
H A D | ClangScanDeps.cpp | 75 static std::string OutputFileName = "-"; global() variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 847 StringRef OutputFileName = CI.getFrontendOpts().OutputFile; ExecuteAction() local
|