Home
last modified time | relevance | path

Searched refs:byte_array (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/test/CodeGen/Mips/cconv/
H A Dmemory-layout.ll71 @byte_array = global [2 x i8] [i8 1, i8 2], align 1
80 ; ALL-LABEL: byte_array:
82 ; ALL: .size byte_array, 2
/llvm-project/lldb/examples/python/
H A Ddisasm-stress-test.py114 def PrintByteArray(log_file, byte_array): argument
115 for byte in byte_array: