Home
last modified time | relevance | path

Searched refs:is_memory (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp666 bool is_memory = true; in GetReturnValueObjectImpl() local
692 is_memory = false; in GetReturnValueObjectImpl()
710 is_memory = true; in GetReturnValueObjectImpl()
748 is_memory = true; in GetReturnValueObjectImpl()
798 is_memory = true; in GetReturnValueObjectImpl()
834 if (!is_memory) { in GetReturnValueObjectImpl()
849 if (is_memory) { in GetReturnValueObjectImpl()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp638 bool is_memory = true; in GetReturnValueObjectImpl() local
689 is_memory = false; in GetReturnValueObjectImpl()
732 is_memory = true; in GetReturnValueObjectImpl()
783 is_memory = true; in GetReturnValueObjectImpl()
823 if (!is_memory) { in GetReturnValueObjectImpl()
838 if (is_memory) { in GetReturnValueObjectImpl()
H A DABIWindows_x86_64.cpp636 bool is_memory = *bit_width > max_register_value_bit_width || in GetReturnValueObjectImpl() local
640 if (!is_memory && in GetReturnValueObjectImpl()
705 if (!is_memory) { in GetReturnValueObjectImpl()
722 if (is_memory) { in GetReturnValueObjectImpl()