Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h47 uint32_t CuIndex; /// The CU index. member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp156 uint32_t CuIndex = Data.getU32(&Offset); in parseImpl() local