Home
last modified time | relevance | path

Searched refs:GetNameForDWARFReg (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp369 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByName() argument
371 DumpOpts.GetNameForDWARFReg = GetNameForDWARFReg; in filterByName()
400 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByName() argument
405 if (filterByName(Names, Die, Name, OS, GetNameForDWARFReg)) in filterByName()
408 filterByName(Names, Die, Name, OS, GetNameForDWARFReg); in filterByName()
466 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByAccelName() argument
478 DumpOpts.GetNameForDWARFReg = GetNameForDWARFReg; in filterByAccelName()
486 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in findAllApple() argument
505 DumpOpts.GetNameForDWARFReg = GetNameForDWARFReg; in findAllApple()
694 DumpOpts.GetNameForDWARFReg = GetRegName; in dumpObjectFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp261 if (!DumpOpts.GetNameForDWARFReg) in prettyPrintRegisterOp()
275 auto RegName = DumpOpts.GetNameForDWARFReg(DwarfRegNum, DumpOpts.IsEH); in prettyPrintRegisterOp()
439 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg = in printCompactDWARFExpr() argument
451 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr()
461 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr()
479 printCompactDWARFExpr(S, I, SubExprEnd, GetNameForDWARFReg); in printCompactDWARFExpr()
503 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr()
512 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr()
546 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in printCompact() argument
547 return printCompactDWARFExpr(OS, begin(), end(), GetNameForDWARFReg); in printCompact()
H A DDWARFDebugFrame.cpp33 if (DumpOpts.GetNameForDWARFReg) { in printRegister()
34 auto RegName = DumpOpts.GetNameForDWARFReg(RegNum, DumpOpts.IsEH); in printRegister()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h164 GetNameForDWARFReg = nullptr);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h209 GetNameForDWARFReg; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp784 DumpOpts.GetNameForDWARFReg = GetRegName; in getRegisterName()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp86 DumpOpts.GetNameForDWARFReg = GetRegName; in DumpLocation()