Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h242 SmallSetVector<const DISubprogram *, 4> InlinedSubprograms; variable
H A DCodeViewDebug.cpp257 InlinedSubprograms.insert(Inlinee); in getInlineSite()
884 if (InlinedSubprograms.empty()) in emitInlineeLinesSubsection()
897 for (const DISubprogram *SP : InlinedSubprograms) { in emitInlineeLinesSubsection()