Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h256 SmallSetVector<const DISubprogram *, 4> InlinedSubprograms; variable
H A DCodeViewDebug.cpp252 InlinedSubprograms.insert(Inlinee); in getInlineSite()
964 if (InlinedSubprograms.empty()) in emitInlineeLinesSubsection()
977 for (const DISubprogram *SP : InlinedSubprograms) { in emitInlineeLinesSubsection()