Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kCallingConv.h62 bool IsPtr = I != End && (*I)->isPointerTy(); in CC_M68k_Any_AssignToReg() local
65 IsPtr ? State.AllocateReg(AddrRegList) : State.AllocateReg(DataRegList); in CC_M68k_Any_AssignToReg()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h68 bool IsPtr();
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp183 bool ValueObjectPrinter::IsPtr() { in IsPtr() function in ValueObjectPrinter
487 const bool is_ptr = IsPtr(); in ShouldPrintChildren()
565 ((IsPtr() && !m_options.m_pointer_as_array) || IsRef()); in PrintChild()