| /llvm-project-15.0.7/lldb/test/API/macosx/save_crashlog/ |
| H A D | TestSaveCrashlog.py | 33 out_file = os.path.join(self.getBuildDir(), "crash.log") 34 self.runCmd("save_crashlog '%s'"%(out_file)) 37 self.assertTrue(os.path.exists(out_file), "We wrote our file") 50 with open(out_file, "r") as f:
|
| /llvm-project-15.0.7/clang/www/ |
| H A D | make_cxx_dr_status | 49 out_file = open(output, 'w') variable 50 out_file.write('''\ 176 out_file.write(''' 187 out_file.write('''\ 194 out_file.close()
|
| /llvm-project-15.0.7/libc/cmake/modules/ |
| H A D | LLVMLibCHeaderRules.cmake | 74 set(out_file ${CMAKE_CURRENT_BINARY_DIR}/${ADD_GEN_HDR_GEN_HDR}) variable 97 OUTPUT ${out_file} 98 COMMAND ${LIBC_TABLEGEN_EXE} -o ${out_file} --header ${ADD_GEN_HDR_GEN_HDR} 114 DEPENDS ${out_file} ${fq_deps_list}
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/disconnect/ |
| H A D | main.cpp | 30 std::ofstream out_file; // breakpoint in main() local 31 out_file.open(std::string(args[0]) + ".side_effect"); in main()
|
| /llvm-project-15.0.7/lldb/test/API/commands/process/launch/ |
| H A D | TestProcessLaunch.py | 38 out_file = lldbutil.append_to_process_working_directory(self, "output-test.out") 43 os.remove(out_file) 53 in_file, out_file, err_file, self.get_process_working_directory()) 65 out = lldbutil.read_file_on_target(self, out_file)
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | crashlog.py | 836 out_file = open(args[0], 'w') 837 if not out_file: 849 out_file.write( 856 out_file.write( 859 out_file.write('Report Version: 9\n') 876 out_file.write( 887 out_file.write( 893 out_file.write('\n') 895 out_file.write('\nBinary Images:\n') 908 out_file.write( [all …]
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/ |
| H A D | test_SpMM.py | 30 out_file = os.path.join(test_dir, "C.tns") variable 31 pt.write(out_file, C)
|
| H A D | test_SpMV.py | 51 out_file = os.path.join(test_dir, "y.tns") variable 52 pt.write(out_file, y)
|
| H A D | test_MTTKRP.py | 50 out_file = os.path.join(test_dir, "A.tns") variable 51 pt.write(out_file, A)
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_mac.cpp | 103 char **out_module, char **out_file, uptr *line, in ParseCommandOutput() argument 134 if (out_file) { in ParseCommandOutput() 136 rest = ExtractTokenUpToDelimiter(rest, ":", out_file); in ParseCommandOutput()
|
| /llvm-project-15.0.7/flang/tools/f18/ |
| H A D | flang-to-external-fc.in | 340 out_file="$OUTPUT_FILE" 345 out_file=$(basename "${src_file}" "$current_ext")${new_ext} 348 echo "$out_file"
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | analyze.py | 191 with open(extern_defs_map_file, 'w') as out_file: 193 out_file.write('%s %s\n' % (mangled_name, ast_file)) 651 delete=False) as out_file: 652 out_file.write("\n".join(extdef_ast_list) + "\n")
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectSettings.cpp | 381 StreamFile out_file(path.c_str(), options, in DoExecute() local 384 if (!out_file.GetFile().IsValid()) { in DoExecute() 393 GetDebugger().DumpAllPropertyValues(&clean_ctx, out_file, in DoExecute() 400 &clean_ctx, out_file, arg.ref(), OptionValue::eDumpGroupExport)); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 2287 llvm::Optional<StreamFile> out_file; in DoExecute() local 2289 out_file.emplace(m_options.m_output_file->GetPath().c_str(), in DoExecute() 2302 out_file ? *out_file : result.GetOutputStream(), in DoExecute()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | CMakeLists.txt | 286 function(clang_generate_header td_option td_file out_file) 287 clang_tablegen(${out_file} ${td_option} 291 copy_header_to_output_dir(${CMAKE_CURRENT_BINARY_DIR} ${out_file}) 293 list(APPEND generated_files "${CMAKE_CURRENT_BINARY_DIR}/${out_file}")
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Target.cpp | 1038 StreamFile out_file(path.c_str(), in SerializeBreakpointsToFile() local 1043 if (!out_file.GetFile().IsValid()) { in SerializeBreakpointsToFile() 1092 break_store_ptr->Dump(out_file, false); in SerializeBreakpointsToFile() 1093 out_file.PutChar('\n'); in SerializeBreakpointsToFile()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_settings.cpp | 432 char *out_file, int *out_lb, in __kmp_stg_parse_par_range() argument 467 len = __kmp_readstr_with_sentinel(out_file, value, in __kmp_stg_parse_par_range()
|