Home
last modified time | relevance | path

Searched defs:GetMCName (Results 1 – 4 of 4) 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/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/Plugins/ABI/AArch64/
H A DABIAArch64.cpp83 std::string ABIAArch64::GetMCName(std::string reg) { in GetMCName() function in ABIAArch64