Home
last modified time | relevance | path

Searched refs:tool_output_file (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/lib/Support/
DToolOutputFile.cpp19 tool_output_file::CleanupInstaller::CleanupInstaller(StringRef Filename) in CleanupInstaller()
26 tool_output_file::CleanupInstaller::~CleanupInstaller() { in ~CleanupInstaller()
37 tool_output_file::tool_output_file(StringRef Filename, std::error_code &EC, in tool_output_file() function in tool_output_file
45 tool_output_file::tool_output_file(StringRef Filename, int FD) in tool_output_file() function in tool_output_file
/external/swiftshader/third_party/LLVM/lib/Support/
DToolOutputFile.cpp18 tool_output_file::CleanupInstaller::CleanupInstaller(const char *filename) in CleanupInstaller()
25 tool_output_file::CleanupInstaller::~CleanupInstaller() { in ~CleanupInstaller()
36 tool_output_file::tool_output_file(const char *filename, std::string &ErrorInfo, in tool_output_file() function in tool_output_file
/external/llvm/include/llvm/Support/
DToolOutputFile.h26 class tool_output_file {
48 tool_output_file(StringRef Filename, std::error_code &EC,
51 tool_output_file(StringRef Filename, int FD);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DToolOutputFile.h26 class tool_output_file {
49 tool_output_file(const char *filename, std::string &ErrorInfo,
/external/llvm/tools/opt/
DNewPMDriver.h29 class tool_output_file; variable
51 TargetMachine *TM, tool_output_file *Out,
DNewPMDriver.cpp51 TargetMachine *TM, tool_output_file *Out, in runPassPipeline()
Dopt.cpp413 std::unique_ptr<tool_output_file> Out; in main()
424 Out.reset(new tool_output_file(OutputFilename, EC, sys::fs::F_None)); in main()
513 Out = llvm::make_unique<tool_output_file>(OutputFilename, EC, in main()
/external/llvm/tools/llvm-split/
Dllvm-split.cpp58 std::unique_ptr<tool_output_file> Out(new tool_output_file( in main()
/external/llvm/tools/bugpoint/
DOptimizerDriver.cpp62 static bool writeProgramToFileAux(tool_output_file &Out, const Module *M) { in writeProgramToFileAux()
74 tool_output_file Out(Filename, FD); in writeProgramToFile()
81 tool_output_file Out(Filename, EC, sys::fs::F_None); in writeProgramToFile()
157 tool_output_file InFile(InputFilename, InputFD); in runPasses()
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp217 static tool_output_file *GetOutputStream() { in GetOutputStream()
222 tool_output_file *Out = new tool_output_file(OutputFilename.c_str(), Err, in GetOutputStream()
260 OwningPtr<tool_output_file> Out(GetOutputStream()); in AsLexInput()
388 OwningPtr<tool_output_file> Out(GetOutputStream()); in AssembleInput()
459 OwningPtr<tool_output_file> Out(GetOutputStream()); in DisassembleInput()
/external/llvm/tools/yaml2obj/
Dyaml2obj.cpp80 std::unique_ptr<tool_output_file> Out( in main()
81 new tool_output_file(OutputFilename, EC, sys::fs::F_None)); in main()
/external/swiftshader/third_party/LLVM/tools/llc/
Dllc.cpp158 static tool_output_file *GetOutputStream(const char *TargetName, in GetOutputStream()
210 tool_output_file *FDOut = new tool_output_file(OutputFilename.c_str(), error, in GetOutputStream()
325 OwningPtr<tool_output_file> Out in main()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DMain.cpp76 tool_output_file Out(OutputFilename.c_str(), Error); in TableGenMain()
87 tool_output_file DepOut(DependFilename.c_str(), Error); in TableGenMain()
/external/swiftshader/third_party/LLVM/tools/llvm-as/
Dllvm-as.cpp72 OwningPtr<tool_output_file> Out in WriteOutputFile()
73 (new tool_output_file(OutputFilename.c_str(), ErrorInfo, in WriteOutputFile()
/external/llvm/lib/TableGen/
DMain.cpp58 tool_output_file DepOut(DependFilename, EC, sys::fs::F_Text); in createDependencyFile()
98 tool_output_file Out(OutputFilename, EC, sys::fs::F_Text); in TableGenMain()
/external/llvm/tools/llvm-as/
Dllvm-as.cpp75 std::unique_ptr<tool_output_file> Out( in WriteOutputFile()
76 new tool_output_file(OutputFilename, EC, sys::fs::F_None)); in WriteOutputFile()
/external/swiftshader/third_party/LLVM/tools/llvm-dis/
Dllvm-dis.cpp165 OwningPtr<tool_output_file> in main()
166 Out(new tool_output_file(OutputFilename.c_str(), ErrorInfo, in main()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp210 std::unique_ptr<tool_output_file> Out( in main()
211 new tool_output_file(OutputFilename, EC, sys::fs::F_None)); in main()
/external/spirv-llvm/tools/llvm-spirv/
Dllvm-spirv.cpp190 tool_output_file Out(OutputFile.c_str(), EC, sys::fs::F_None); in convertSPIRVToLLVM()
276 tool_output_file Out(OutputFile.c_str(), EC, sys::fs::F_None); in regularizeLLVM()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DOptimizerDriver.cpp54 tool_output_file Out(Filename.c_str(), ErrInfo, in writeProgramToFile()
132 tool_output_file InFile(inputFilename.c_str(), ErrInfo, in runPasses()
/external/llvm/tools/llc/
Dllc.cpp145 static std::unique_ptr<tool_output_file>
203 auto FDOut = llvm::make_unique<tool_output_file>(OutputFilename, EC, in GetOutputStream()
359 std::unique_ptr<tool_output_file> Out = in compileModule()
/external/swiftshader/third_party/LLVM/utils/FileUpdate/
DFileUpdate.cpp73 tool_output_file OutStream(OutputFilename.c_str(), ErrorStr, in main()
/external/swiftshader/third_party/LLVM/tools/opt/
DGraphPrinters.cpp31 tool_output_file F(Filename.c_str(), ErrInfo); in WriteGraphToFile()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp216 static std::unique_ptr<tool_output_file> GetOutputStream() { in GetOutputStream()
221 auto Out = llvm::make_unique<tool_output_file>(OutputFilename, EC, in GetOutputStream()
481 std::unique_ptr<tool_output_file> Out = GetOutputStream(); in main()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp158 tool_output_file Out(path, ErrInfo, in writeMergedModules()
194 tool_output_file objFile(uniqueObjPath.c_str(), errMsg); in compile_to_file()

12