Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp66 if (Row.getRegisterLocations().hasLocations() || in createUnwindTable()
83 if (Row.getRegisterLocations().hasLocations() || in createUnwindTable()
H A DDWARFUnwindTablePrinter.cpp162 if (Row.getRegisterLocations().hasLocations()) { in printUnwindRow()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h206 bool hasLocations() const { return !Locations.empty(); } in hasLocations() function