Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp175 if (RegLocs.hasLocations()) { in dump()
222 if (Row.getRegisterLocations().hasLocations() || in create()
239 if (Row.getRegisterLocations().hasLocations() || in create()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h210 bool hasLocations() const { return !Locations.empty(); } in hasLocations() function