Home
last modified time | relevance | path

Searched refs:SkipFirstParamIfArtificial (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypePrinter.h46 bool SkipFirstParamIfArtificial = false);
60 bool SkipFirstParamIfArtificial, bool Const,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp213 DWARFDie D, DWARFDie Inner, bool SkipFirstParamIfArtificial) { in appendUnqualifiedNameAfter() argument
218 appendSubroutineNameAfter(D, Inner, SkipFirstParamIfArtificial, false, in appendUnqualifiedNameAfter()
477 DWARFDie D, DWARFDie Inner, bool SkipFirstParamIfArtificial, bool Const, in appendSubroutineNameAfter() argument
489 if (SkipFirstParamIfArtificial && RealFirst && P.find(DW_AT_artificial)) { in appendSubroutineNameAfter()