Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp55 Addr.CuIndex); in dumpAddressArea()
156 uint32_t CuIndex = Data.getU32(&Offset); in parseImpl() local
157 AddressArea.push_back({LowAddress, HighAddress, CuIndex}); in parseImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h47 uint32_t CuIndex; /// The CU index. member