Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp483 bool RealFirst = true; in appendSubroutineNameAfter() local
489 if (SkipFirstParamIfArtificial && RealFirst && P.find(DW_AT_artificial)) { in appendSubroutineNameAfter()
491 RealFirst = false; in appendSubroutineNameAfter()