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 | 681 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in dumpObjectFile() local 705 filterByName(Names, DICtx.normal_units(), OS, GetRegName); in dumpObjectFile() 706 filterByName(Names, DICtx.dwo_units(), OS, GetRegName); in dumpObjectFile() 712 filterByAccelName(Find, DICtx, OS, GetRegName); in dumpObjectFile() 718 findAllApple(DICtx, OS, GetRegName); in dumpObjectFile() 724 DumpOpts.GetNameForDWARFReg = GetRegName; in dumpObjectFile()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.cpp | 42 auto GetRegName = [&MRI, &OS](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in print() local 51 Expression.printCompact(OS, GetRegName); in print()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 789 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in getRegisterName() local 798 DumpOpts.GetNameForDWARFReg = GetRegName; in getRegisterName()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 75 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, in DumpLocation() local 86 DumpOpts.GetNameForDWARFReg = GetRegName; in DumpLocation()
|