Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h144 unsigned DebugLocListIndex; variable
149 explicit Multi(unsigned DebugLocListIndex, in Multi() argument
151 : DebugLocListIndex(DebugLocListIndex), in Multi()
153 unsigned getDebugLocListIndex() const { return DebugLocListIndex; } in getDebugLocListIndex()