| /llvm-project-15.0.7/llvm/test/MC/Disassembler/PowerPC/ |
| H A D | ppc64-encoding-ext.txt | 6 # FIXME: decode as beqlr 0 10 # FIXME: decode as beqlr 1 14 # FIXME: decode as beqlr 2 18 # FIXME: decode as beqlr 3 22 # FIXME: decode as beqlr 4 26 # FIXME: decode as beqlr 5 30 # FIXME: decode as beqlr 6 34 # FIXME: decode as beqlr 7 302 # FIXME: decode as bltlr 2 306 # FIXME: decode as bltlr 0 [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | check-analyzer-fixit.py | 66 ['clang', '-print-file-name=include'], stderr=subprocess.STDOUT).decode() 68 print('Cannot print Clang include directory: ' + e.output.decode()) 81 subprocess.check_output(args, stderr=subprocess.STDOUT).decode() 83 print('Clang Static Analyzer test failed:\n' + e.output.decode()) 98 diff_output.decode() + 107 print('FileCheck failed:\n' + e.output.decode())
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | foreachtemplatized.mm | 9 void decode(I *p) { function 13 void decode(I *p) { function 14 decode<int>(p);
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
| H A D | Version.py | 22 cwd=dir_).rstrip().decode('utf-8')) 25 cwd=dir_).rstrip().decode('utf-8') 28 cwd=dir_).rstrip().decode('utf-8')
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/MSP430/ |
| H A D | unknown.txt | 3 # This should not decode as 'and.b @r15+, (0)r1' [0xf1,0xff,0x00,0x00] 7 # This should not decode as 'add 6(r7), 6(r5)' [0x95 0x57 0x06 0x00 0x06 0x00] 11 # This should not decode as 'call 6(r7)' [0x97 0x12 0x06 0x00]
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | SourceLocationEncoding.h | 57 static SourceLocation decode(uint64_t, SourceLocationSequence * = nullptr); 127 SourceLocation decode(EncodedTy Encoded) { in decode() function 157 SourceLocationEncoding::decode(uint64_t Encoded, SourceLocationSequence *Seq) { in decode() function 158 return Seq ? Seq->decode(Encoded) in decode()
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestGdbRemotePlatformFile.py | 106 binascii.b2a_hex(temp_path.encode()).decode(),), 126 binascii.b2a_hex(temp_file.encode()).decode(),), 146 binascii.b2a_hex(temp_path.encode()).decode(),), 169 binascii.b2a_hex(temp_path.encode()).decode(),), 188 binascii.b2a_hex(temp_path.encode()).decode(),), 207 binascii.b2a_hex(temp_path.encode()).decode(),), 222 binascii.b2a_hex(test_path.encode()).decode(),), 240 binascii.b2a_hex(temp_file.name.encode()).decode(),), 336 binascii.b2a_hex(temp_path.encode()).decode(),
|
| H A D | TestGdbRemoteSaveCore.py | 24 binascii.b2a_hex(core_path.encode()).decode()) 32 out_path = binascii.a2b_hex(ret["path"].encode()).decode()
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/mips32r6/ |
| H A D | valid-mips32r6.txt | 40 # The encode/decode functions are not inverses of each other. 43 # The encode/decode functions are not inverses of each other in the immediate case. 48 # The encode/decode functions are not inverses of each other in the immediate case. 77 # FIXME: The encode/decode functions are not inverses of each other. 80 # FIXME: The encode/decode functions are not inverses of each other. 83 # FIXME: The encode/decode functions are not inverses of each other. 86 # FIXME: The encode/decode functions are not inverses of each other. 148 # FIXME: The encode/decode functions are not inverses of each other. 151 # FIXME: The encode/decode functions are not inverses of each other. 156 # FIXME: The encode/decode functions are not inverses of each other. [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | call-push.ll | 6 define i32 @decode_byte(ptr %decode) nounwind { 13 … %tmp2 = getelementptr %struct.decode_t, ptr %decode, i32 0, i32 4 ; <ptr> [#uses=1] 21 %tmp10 = tail call i32 @f( ptr %decode ) ; <i32> [#uses=1]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-reduce/ |
| H A D | remove-bbs-sequence.py | 6 stdout = opt.stdout.decode() 10 if (pattern in opt.stderr.decode()):
|
| /llvm-project-15.0.7/llvm/utils/gn/build/ |
| H A D | write_vcsrevision.py | 45 cwd=LLVM_DIR, shell=use_shell).decode().strip() 52 cwd=git_dir, shell=use_shell).decode().strip() 55 cwd=git_dir, shell=use_shell).decode().strip()
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/mips64r6/ |
| H A D | valid-mips64r6.txt | 57 # The encode/decode functions are not inverses of each other in the immediate case. 60 # The encode/decode functions are not inverses of each other in the immediate case. 65 # The encode/decode functions are not inverses of each other in the immediate case. 96 # FIXME: The encode/decode functions are not inverses of each other. 99 # FIXME: The encode/decode functions are not inverses of each other. 102 # FIXME: The encode/decode functions are not inverses of each other. 105 # FIXME: The encode/decode functions are not inverses of each other. 167 # FIXME: The encode/decode functions are not inverses of each other. 170 # FIXME: The encode/decode functions are not inverses of each other. 175 # FIXME: The encode/decode functions are not inverses of each other. [all …]
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
| H A D | symgroup.py | 72 return string_at(buf).decode("ascii") 79 return string_at(buf).decode("ascii") 88 return string_at(buf).decode("ascii")
|
| H A D | symbols.py | 313 return '{}+{}'.format(string_at(ptr).decode("ascii"), disp.value) 337 return string_at(ptr).decode("ascii") 380 return string_at(arr).decode("ascii") 393 return string_at(arr).decode("ascii") 433 return string_at(text).decode("ascii"), line.value 445 return string_at(module_name).decode("ascii") 452 return string_at(buf).decode("ascii") 459 return string_at(buf).decode("ascii"), self.ulong.value
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/unit/ |
| H A D | test_shell.py | 14 self.assertEqual(sut.encode(sut.decode(value)), value) 22 self.assertEqual(sut.decode(sut.encode(value)), value)
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/sym_check/ |
| H A D | extract.py | 58 out = subprocess.check_output(cmd).decode() 144 out = subprocess.check_output(cmd).decode() 225 out = subprocess.check_output(cmd).decode() 265 out = subprocess.check_output(cmd).decode()
|
| /llvm-project-15.0.7/lldb/examples/summaries/ |
| H A D | unicode_strings.py | 39 return '"%s"' % (string_data.decode('utf-16').encode('utf-8')) 53 return '"%s"' % (string_data.decode('utf-32').encode('utf-8'))
|
| /llvm-project-15.0.7/mlir/utils/jupyter/mlir_opt_kernel/ |
| H A D | kernel.py | 164 self._ = output.decode("utf-8") 178 self.process_error(errors.decode("utf-8")) 194 self.process_error(errors.decode("utf-8"))
|
| /llvm-project-15.0.7/lldb/test/API/macosx/posix_spawn/ |
| H A D | TestLaunchProcessPosixSpawn.py | 12 return "AVX2" in features.decode('utf-8') 17 return "Apple M" in features.decode('utf-8')
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | InlineInfo.cpp | 179 static llvm::Expected<InlineInfo> decode(DataExtractor &Data, uint64_t &Offset, in decode() function 210 llvm::Expected<InlineInfo> Child = decode(Data, Offset, ChildBaseAddr); in decode() 222 llvm::Expected<InlineInfo> InlineInfo::decode(DataExtractor &Data, in decode() function in InlineInfo 225 return ::decode(Data, Offset, BaseAddr); in decode()
|
| /llvm-project-15.0.7/llvm/test/ |
| H A D | lit.cfg.py | 199 ptxas_out = ptxas_cmd.stdout.read().decode('ascii') 326 readobj_out = readobj_cmd.stdout.read().decode('ascii') 366 ld_out = ld_cmd.stdout.read().decode() 388 if not 'GNU gold' in ld_version.stdout.read().decode(): 408 ld_out = ld_cmd.stderr.read().decode() 435 result = sysctl_cmd.stdout.read().decode('ascii')
|
| /llvm-project-15.0.7/cross-project-tests/ |
| H A D | lit.cfg.py | 197 xcode_lldb_vers = subprocess.check_output(['xcrun', 'lldb', '--version']).decode("utf-8") 213 gdb_vers_lines = subprocess.check_output(['gdb', '--version']).decode().splitlines() 231 stderr = subprocess.run(cmd.split(), stderr=subprocess.PIPE).stderr.decode()
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | reduce_pipeline.py | 80 print(opt.stderr.decode()) 82 stdout = opt.stdout.decode() 100 print(opt.stderr.decode())
|
| H A D | check_ninja_deps.py | 138 ninja_prefix + ["-t", "graph"]).decode("UTF-8")) 157 .decode("UTF-8").splitlines()):
|