Searched refs:SkipFirstParamIfArtificial (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFTypePrinter.h | 46 bool SkipFirstParamIfArtificial = false); 60 bool SkipFirstParamIfArtificial, bool Const,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFTypePrinter.cpp | 215 DWARFDie D, DWARFDie Inner, bool SkipFirstParamIfArtificial) { in appendUnqualifiedNameAfter() argument 220 appendSubroutineNameAfter(D, Inner, SkipFirstParamIfArtificial, false, in appendUnqualifiedNameAfter() 538 DWARFDie D, DWARFDie Inner, bool SkipFirstParamIfArtificial, bool Const, in appendSubroutineNameAfter() argument 550 if (SkipFirstParamIfArtificial && RealFirst && P.find(DW_AT_artificial)) { in appendSubroutineNameAfter()
|