Searched refs:GetRegName (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 694 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in dumpObjectFile() local 718 filterByName(Names, DICtx.normal_units(), OS, GetRegName); in dumpObjectFile() 719 filterByName(Names, DICtx.dwo_units(), OS, GetRegName); in dumpObjectFile() 725 filterByAccelName(Find, DICtx, OS, GetRegName); in dumpObjectFile() 731 findAllApple(DICtx, OS, GetRegName); in dumpObjectFile() 737 DumpOpts.GetNameForDWARFReg = GetRegName; in dumpObjectFile()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 40 auto GetRegName = [&MRI, &OS](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in print() local 49 printDwarfExpressionCompact(&Expression, OS, GetRegName); in print()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 588 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in getRegisterName() local 597 DumpOpts.GetNameForDWARFReg = GetRegName; in getRegisterName()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 72 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, in DumpLocation() local 83 DumpOpts.GetNameForDWARFReg = GetRegName; in DumpLocation()
|