Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.cpp82 const RegisterLocations *InitialLocs) { in parseRows() argument
137 if (InitialLocs == nullptr) in parseRows()
145 InitialLocs->getRegisterLocation(*RegNum)) in parseRows()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp55 const RegisterLocations InitialLocs = Row.getRegisterLocations(); in createUnwindTable() local
57 parseRows(Fde->cfis(), Row, &InitialLocs).moveInto(FdeRows)) in createUnwindTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h315 const RegisterLocations *InitialLocs);