aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/template/expected/template_function_cc.elf_stg
blob: 3cf16cd79221bc9185971183a7aa342361f5bb2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
version: 0x00000002
root_id: 0x84ea5130  # interface
special {
  id: 0x48b5725f
  kind: VOID
}
pointer_reference {
  id: 0xde581bbb
  kind: LVALUE_REFERENCE
  pointee_type_id: 0x6720d32f  # int
}
primitive {
  id: 0x6720d32f
  name: "int"
  encoding: SIGNED_INTEGER
  bytesize: 0x00000004
}
function {
  id: 0x10985193
  return_type_id: 0x48b5725f  # void
}
function {
  id: 0x270e577d
  return_type_id: 0x48b5725f  # void
  parameter_id: 0xde581bbb  # int&
}
elf_symbol {
  id: 0x8a449676
  name: "_Z4funcIiLi17EEvRT_"
  is_defined: true
  symbol_type: FUNCTION
  binding: WEAK
  type_id: 0x270e577d  # void(int&)
  full_name: "func<int, 17>"
}
elf_symbol {
  id: 0x9fd01bb1
  name: "_Z7triggerv"
  is_defined: true
  symbol_type: FUNCTION
  type_id: 0x10985193  # void()
  full_name: "trigger"
}
interface {
  id: 0x84ea5130
  symbol_id: 0x8a449676  # void func<int, 17>(int&)
  symbol_id: 0x9fd01bb1  # void trigger()
}