Home
last modified time | relevance | path

Searched defs:GetMCName (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABIX86_64.h17 std::string GetMCName(std::string name) override { in GetMCName() function
DABIMacOSX_i386.h91 std::string GetMCName(std::string name) override { in GetMCName() function
/external/llvm-project/lldb/source/Plugins/ABI/AArch64/
DABIAArch64.cpp36 std::string ABIAArch64::GetMCName(std::string reg) { in GetMCName() function in ABIAArch64
/external/llvm-project/lldb/include/lldb/Target/
DABI.h186 virtual std::string GetMCName(std::string reg) { return reg; } in GetMCName() function