Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp113 bool UseLocLists = !U->isDWOUnit(); in dumpLocation() local
115 UseLocLists ? Obj.getLoclistsSection().Data : U->getLocSectionData(); in dumpLocation()
126 Data, &Offset, UseLocLists ? U->getVersion() : 4); in dumpLocation()