Searched refs:appendPointerLikeTypeBefore (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.cpp | 85 void DWARFTypePrinter::appendPointerLikeTypeBefore(DWARFDie D, DWARFDie Inner, in appendPointerLikeTypeBefore() function in llvm::DWARFTypePrinter 110 appendPointerLikeTypeBefore(D, Inner(), "*"); in appendUnqualifiedNameBefore() 126 appendPointerLikeTypeBefore(D, Inner(), "&"); in appendUnqualifiedNameBefore() 129 appendPointerLikeTypeBefore(D, Inner(), "&&"); in appendUnqualifiedNameBefore()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.h | 40 void appendPointerLikeTypeBefore(DWARFDie D, DWARFDie Inner, StringRef Ptr);
|