Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp637 bool is_memory = true; in GetReturnValueObjectImpl() local
688 is_memory = false; in GetReturnValueObjectImpl()
731 is_memory = true; in GetReturnValueObjectImpl()
782 is_memory = true; in GetReturnValueObjectImpl()
822 if (!is_memory) { in GetReturnValueObjectImpl()
837 if (is_memory) { in GetReturnValueObjectImpl()
H A DABIWindows_x86_64.cpp635 bool is_memory = *bit_width > max_register_value_bit_width || in GetReturnValueObjectImpl() local
639 if (!is_memory && in GetReturnValueObjectImpl()
704 if (!is_memory) { in GetReturnValueObjectImpl()
721 if (is_memory) { in GetReturnValueObjectImpl()
/freebsd-13.1/sys/arm/nvidia/
H A Dtegra_pcie.c1233 uint64_t fpci, uint32_t size, int is_memory) in tegra_pcib_set_bar() argument
1242 fpci_reg |= is_memory ? 0x1 : 0x0; in tegra_pcib_set_bar()