Searched defs:OutputFile (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp23 PCHGenerator( const Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef OutputFile, StringRef isysroot, std::shared_ptr<PCHBuffer> Buffer, ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions, bool AllowASTWithErrors, bool IncludeTimestamps, bool ShouldCacheASTInMemory) argument
H A DASTWriter.cpp1105 WriteControlBlock(Preprocessor &PP, ASTContext &Context, StringRef isysroot, const std::string &OutputFile) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h29 std::string OutputFile; member in struct:llvm::object::COFFModuleDefinition
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h42 std::string OutputFile; member in class:clang::DependencyOutputOptions
H A DUtils.h136 std::string OutputFile; member in class:clang::DependencyFileGenerator
H A DCompilerInstance.h165 struct OutputFile { struct in class:clang::CompilerInstance
169 OutputFile(std::string filename, std::string tempFilename) function in struct:clang::CompilerInstance::OutputFile
H A DFrontendOptions.h385 std::string OutputFile; member in class:clang::FrontendOptions
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp30 std::string OutputFile; member in class:__anon1889::DependencyGraphCallback
44 DependencyGraphCallback(const Preprocessor *_PP, StringRef OutputFile, argument
62 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, argument
H A DHeaderIncludeGen.cpp21 raw_ostream *OutputFile; member in class:__anon1896::HeaderIncludesCallback
51 static void PrintHeaderInfo(raw_ostream *OutputFile, StringRef Filename, argument
82 raw_ostream *OutputFile = &llvm::errs(); local
[all...]
H A DFrontendActions.cpp137 CreateOutputFile(CompilerInstance &CI, StringRef InFile, std::string &OutputFile) argument
[all...]
H A DSerializedDiagnosticPrinter.cpp262 std::string OutputFile; member in struct:__anon1913::SDiagsWriter::SharedState
302 create(StringRef OutputFile, DiagnosticOptions *Diags, bool MergeChildRecords) { argument
[all...]
H A DPrecompiledPreamble.cpp278 std::string OutputFile; local
H A DCompilerInstance.cpp257 SetupSerializedDiagnostics(DiagnosticOptions *DiagOpts, DiagnosticsEngine &Diags, StringRef OutputFile) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h173 std::string OutputFile; member in class:fuzzer::final
H A DFuzzerIO.cpp24 static FILE *OutputFile = stderr; member in namespace:fuzzer
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp294 executeProgram(const Module &Program, std::string OutputFile, std::string BitcodeFile, const std::string &SharedObj, AbstractInterpreter *AI) const argument
390 std::string OutputFile; local
[all...]
H A DToolRunner.cpp165 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, const std::vector<std::string> &CCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
310 ExecuteProgram( const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, const std::vector<std::string> &CCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
482 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, const std::vector<std::string> &ArgsForCC, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
553 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, const std::vector<std::string> &CCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
622 ExecuteProgram(const std::string &ProgramFile, const std::vector<std::string> &Args, FileType fileType, const std::string &InputFile, const std::string &OutputFile, const std::vector<std::string> &ArgsForCC, unsigned Timeout, unsigned MemoryLimit) argument
765 MakeSharedObject(const std::string &InputFile, FileType fileType, std::string &OutputFile, const std::vector<std::string> &ArgsForCC) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp165 const char *OutputFile = Output.getFilename(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp144 SmallString<32> InputFile, OutputFile; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp31 std::string OutputFile; member in class:__anon2369::SarifDiagnostics
H A DPlistDiagnostics.cpp42 const std::string OutputFile; member in class:__anon2355::PlistDiagnostics
583 createPlistDiagnosticConsumer( AnalyzerOptions &AnalyzerOpts, PathDiagnosticConsumers &C, const std::string &OutputFile, const Preprocessor &PP, const cross_tu::CrossTranslationUnitContext &CTU) argument
597 createPlistMultiFileDiagnosticConsumer( AnalyzerOptions &AnalyzerOpts, PathDiagnosticConsumers &C, const std::string &OutputFile, const Preprocessor &PP, const cross_tu::CrossTranslationUnitContext &CTU) argument
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslerror.c350 AeDecodeErrorMessageId( FILE *OutputFile, ASL_ERROR_MSG *Enode, BOOLEAN PrematureEOF, UINT32 Total) argument
461 AePrintErrorSourceLine( FILE *OutputFile, ASL_ERROR_MSG *Enode, BOOLEAN *PrematureEOF, UINT32 *Total) argument
637 FILE *OutputFile; local
746 AePrintSubError( FILE *OutputFile, ASL_ERROR_MSG *Enode) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c330 FILE *OutputFile; local
363 FILE *OutputFile; local
451 writeMMappedFile(FILE *OutputFile, char **Profile) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h759 std::string OutputFile; member in class:clang::PCHGenerator

Completed in 382 milliseconds