Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpressionPrinter.cpp166 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg = in printCompactDWARFExpr() argument
178 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr()
188 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr()
206 printCompactDWARFExpr(S, I, SubExprEnd, GetNameForDWARFReg); in printCompactDWARFExpr()
230 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr()
239 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr()
273 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in printDwarfExpressionCompact() argument
274 return printCompactDWARFExpr(OS, E->begin(), E->end(), GetNameForDWARFReg); in printDwarfExpressionCompact()
280 if (!DumpOpts.GetNameForDWARFReg) in prettyPrintRegisterOp()
294 auto RegName = DumpOpts.GetNameForDWARFReg(DwarfRegNum, DumpOpts.IsEH); in prettyPrintRegisterOp()
H A DDWARFCFIPrinter.cpp30 if (DumpOpts.GetNameForDWARFReg) { in printRegister()
31 auto RegName = DumpOpts.GetNameForDWARFReg(RegNum, DumpOpts.IsEH); in printRegister()
H A DDWARFUnwindTablePrinter.cpp25 if (DumpOpts.GetNameForDWARFReg) { in printRegister()
26 auto RegName = DumpOpts.GetNameForDWARFReg(RegNum, DumpOpts.IsEH); in printRegister()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp409 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByName() argument
411 DumpOpts.GetNameForDWARFReg = GetNameForDWARFReg; in filterByName()
440 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByName() argument
445 if (filterByName(Names, Die, Name, OS, GetNameForDWARFReg)) in filterByName()
448 filterByName(Names, Die, Name, OS, GetNameForDWARFReg); in filterByName()
506 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in filterByAccelName() argument
518 DumpOpts.GetNameForDWARFReg = GetNameForDWARFReg; in filterByAccelName()
526 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg) { in findAllApple() argument
545 DumpOpts.GetNameForDWARFReg = GetNameForDWARFReg; in findAllApple()
737 DumpOpts.GetNameForDWARFReg = GetRegName; in dumpObjectFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpressionPrinter.h49 std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg =
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h214 GetNameForDWARFReg; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp597 DumpOpts.GetNameForDWARFReg = GetRegName; in getRegisterName()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp83 DumpOpts.GetNameForDWARFReg = GetRegName; in DumpLocation()