/external/llvm/lib/Support/ |
D | ToolOutputFile.cpp | 19 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/ |
D | ToolOutputFile.cpp | 18 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/ |
D | ToolOutputFile.h | 26 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/ |
D | ToolOutputFile.h | 26 class tool_output_file { 49 tool_output_file(const char *filename, std::string &ErrorInfo,
|
/external/llvm/tools/opt/ |
D | NewPMDriver.h | 29 class tool_output_file; variable 51 TargetMachine *TM, tool_output_file *Out,
|
D | NewPMDriver.cpp | 51 TargetMachine *TM, tool_output_file *Out, in runPassPipeline()
|
D | opt.cpp | 413 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/ |
D | llvm-split.cpp | 58 std::unique_ptr<tool_output_file> Out(new tool_output_file( in main()
|
/external/llvm/tools/bugpoint/ |
D | OptimizerDriver.cpp | 62 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/ |
D | llvm-mc.cpp | 217 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/ |
D | yaml2obj.cpp | 80 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/ |
D | llc.cpp | 158 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/ |
D | Main.cpp | 76 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/ |
D | llvm-as.cpp | 72 OwningPtr<tool_output_file> Out in WriteOutputFile() 73 (new tool_output_file(OutputFilename.c_str(), ErrorInfo, in WriteOutputFile()
|
/external/llvm/lib/TableGen/ |
D | Main.cpp | 58 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/ |
D | llvm-as.cpp | 75 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/ |
D | llvm-dis.cpp | 165 OwningPtr<tool_output_file> in main() 166 Out(new tool_output_file(OutputFilename.c_str(), ErrorInfo, in main()
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 210 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/ |
D | llvm-spirv.cpp | 190 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/ |
D | OptimizerDriver.cpp | 54 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/ |
D | llc.cpp | 145 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/ |
D | FileUpdate.cpp | 73 tool_output_file OutStream(OutputFilename.c_str(), ErrorStr, in main()
|
/external/swiftshader/third_party/LLVM/tools/opt/ |
D | GraphPrinters.cpp | 31 tool_output_file F(Filename.c_str(), ErrInfo); in WriteGraphToFile()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 216 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/ |
D | LTOCodeGenerator.cpp | 158 tool_output_file Out(path, ErrInfo, in writeMergedModules() 194 tool_output_file objFile(uniqueObjPath.c_str(), errMsg); in compile_to_file()
|