Lines Matching refs:JSON
5 …llvm-readobj --symbols %t.o --elf-output-style=JSON --pretty-print | FileCheck %s --check-prefix=M…
27 # MIPS-JSON: "Name": "foo",
28 # MIPS-JSON: "Other": {
29 # MIPS-JSON-NEXT: "Value": 172,
30 # MIPS-JSON-NEXT: "Flags": [
31 # MIPS-JSON-NEXT: {
32 # MIPS-JSON-NEXT: "Name": "STO_MIPS_MICROMIPS",
33 # MIPS-JSON-NEXT: "Value": 128
34 # MIPS-JSON-NEXT: },
35 # MIPS-JSON-NEXT: {
36 # MIPS-JSON-NEXT: "Name": "STO_MIPS_OPTIONAL",
37 # MIPS-JSON-NEXT: "Value": 4
38 # MIPS-JSON-NEXT: },
39 # MIPS-JSON-NEXT: {
40 # MIPS-JSON-NEXT: "Name": "STO_MIPS_PIC",
41 # MIPS-JSON-NEXT: "Value": 32
42 # MIPS-JSON-NEXT: },
43 # MIPS-JSON-NEXT: {
44 # MIPS-JSON-NEXT: "Name": "STO_MIPS_PLT",
45 # MIPS-JSON-NEXT: "Value": 8
46 # MIPS-JSON-NEXT: }
47 # MIPS-JSON-NEXT: ]
48 # MIPS-JSON-NEXT: },
49 # MIPS-JSON: "Name": "bar",
50 # MIPS-JSON: "Other": {
51 # MIPS-JSON-NEXT: "Value": 240,
52 # MIPS-JSON-NEXT: "Flags": [
53 # MIPS-JSON-NEXT: {
54 # MIPS-JSON-NEXT: "Name": "STO_MIPS_MIPS16",
55 # MIPS-JSON-NEXT: "Value": 240
56 # MIPS-JSON-NEXT: }
57 # MIPS-JSON-NEXT: ]
58 # MIPS-JSON-NEXT: },