Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugFrame.cpp179 if (RegLocs.hasLocations()) { in dump()
228 if (Row.getRegisterLocations().hasLocations() || in create()
245 if (Row.getRegisterLocations().hasLocations() || in create()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugFrame.h228 bool hasLocations() const { return !Locations.empty(); } in hasLocations() function