Home
last modified time | relevance | path

Searched refs:GetMCName (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIX86_64.h16 std::string GetMCName(std::string name) override { in GetMCName() function
H A DABIMacOSX_i386.h89 std::string GetMCName(std::string name) override { in GetMCName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.h30 std::string GetMCName(std::string reg) override;
H A DABIAArch64.cpp83 std::string ABIAArch64::GetMCName(std::string reg) { in GetMCName() function in ABIAArch64
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h208 virtual std::string GetMCName(std::string reg) { return reg; } in GetMCName() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp288 std::string mc_name = GetMCName(name.str()); in GetEHAndDWARFNums()