Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp667 bool is_memory = true; in GetReturnValueObjectImpl() local
693 is_memory = false; in GetReturnValueObjectImpl()
711 is_memory = true; in GetReturnValueObjectImpl()
749 is_memory = true; in GetReturnValueObjectImpl()
799 is_memory = true; in GetReturnValueObjectImpl()
835 if (!is_memory) { in GetReturnValueObjectImpl()
850 if (is_memory) { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp639 bool is_memory = true; in GetReturnValueObjectImpl() local
690 is_memory = false; in GetReturnValueObjectImpl()
733 is_memory = true; in GetReturnValueObjectImpl()
784 is_memory = true; in GetReturnValueObjectImpl()
824 if (!is_memory) { in GetReturnValueObjectImpl()
839 if (is_memory) { in GetReturnValueObjectImpl()
H A DABIWindows_x86_64.cpp637 bool is_memory = *bit_width > max_register_value_bit_width || in GetReturnValueObjectImpl() local
641 if (!is_memory && in GetReturnValueObjectImpl()
706 if (!is_memory) { in GetReturnValueObjectImpl()
723 if (is_memory) { in GetReturnValueObjectImpl()
/freebsd/sys/arm/nvidia/
H A Dtegra_pcie.c1228 uint64_t fpci, uint32_t size, int is_memory) in tegra_pcib_set_bar() argument
1237 fpci_reg |= is_memory ? 0x1 : 0x0; in tegra_pcib_set_bar()