Home
last modified time | relevance | path

Searched refs:cuIndex (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/test/ELF/
Dgdb-index-multiple-cu.s7 # attributes << 24 | cuIndex = 48 << 24 | 0 = 0x30000000
9 # attributes << 24 | cuIndex = 48 << 24 | 1 = 0x30000001
66 # cuIndex: 1
78 # cuIndex: 0
Dgdb-index-multiple-cu-2.s7 # %t.o has 2 CUs while %t1 has 1, thus _start in %t1.o should have cuIndex 2.
8 # attributes << 24 | cuIndex = 48 << 24 | 2 = 0x30000002
/external/llvm-project/lld/test/ELF/Inputs/
Dgdb-index-multiple-cu-2.s34 # .debug_gnu_pubnames has just one set, associated with .Lcu_begin1 (cuIndex: 1)
/external/llvm-project/lld/ELF/
DSyntheticSections.h737 uint32_t cuIndex; member
DSyntheticSections.cpp2924 write32le(buf + 16, e.cuIndex + cuOff); in writeTo()