Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp399 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByName() argument
401 DumpOpts.GetNameForDWARFReg = GetNameForDWARFReg; in filterByName()
430 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByName() argument
435 if (filterByName(Names, Die, Name, OS, GetNameForDWARFReg)) in filterByName()
438 filterByName(Names, Die, Name, OS, GetNameForDWARFReg); in filterByName()
496 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByAccelName() argument
508 DumpOpts.GetNameForDWARFReg = GetNameForDWARFReg; in filterByAccelName()
516 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in findAllApple() argument
535 DumpOpts.GetNameForDWARFReg = GetNameForDWARFReg; in findAllApple()
724 DumpOpts.GetNameForDWARFReg = GetRegName; in dumpObjectFile()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp264 if (!DumpOpts.GetNameForDWARFReg) in prettyPrintRegisterOp()
278 auto RegName = DumpOpts.GetNameForDWARFReg(DwarfRegNum, DumpOpts.IsEH); in prettyPrintRegisterOp()
442 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg = in printCompactDWARFExpr() argument
454 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr()
464 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr()
482 printCompactDWARFExpr(S, I, SubExprEnd, GetNameForDWARFReg); in printCompactDWARFExpr()
506 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr()
515 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr()
549 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in printCompact() argument
550 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/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h164 GetNameForDWARFReg = nullptr);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h211 GetNameForDWARFReg; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp798 DumpOpts.GetNameForDWARFReg = GetRegName; in getRegisterName()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp86 DumpOpts.GetNameForDWARFReg = GetRegName; in DumpLocation()