Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIAnalysis.cpp58 auto MaybeLoc = UnwindRow.getRegisterLocations().getRegisterLocation(Reg); in getUnwindRuleRegSet()
175 auto MaybePrevLoc = PrevRow.getRegisterLocations().getRegisterLocation(Reg); in checkRegDiff()
176 auto MaybeNextLoc = NextRow.getRegisterLocations().getRegisterLocation(Reg); in checkRegDiff()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.cpp145 InitialLocs->getRegisterLocation(*RegNum)) in parseRows()
196 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows()
240 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnwindTablePrinter.cpp121 auto Loc = *RL.getRegisterLocation(Reg); in printRegisterLocations()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h176 std::optional<UnwindLocation> getRegisterLocation(uint32_t RegNum) const { in getRegisterLocation() function