Searched refs:write_to (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/linux/aarch64/non_address_bit_memory_access/ |
| H A D | TestAArch64LinuxNonAddressBitMemoryAccess.py | 41 def check_cmd_read_write(self, write_to, read_from, data): argument 42 self.runCmd("memory write {} {}".format(write_to, data)) 68 def check_api_read_write(self, write_to, read_from, data): argument 70 written = self.process().WriteMemory(write_to, data, error)
|
| /llvm-project-15.0.7/bolt/utils/ |
| H A D | llvm-bolt-wrapper.py | 150 def write_to(txt, filename, mode='w'): function 224 write_to(f"{binary}; {main}; {cmp}\n", cfg.TIMING_FILE, 'a') 332 write_to(fmt_cmp(out), os.path.join(tmp, 'summary.txt')) 378 write_to(fmt_cmp(mismatch), os.path.join(tmp, 'headers.txt'))
|