Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h45 struct InlineeSourceLine { struct
52 template <> struct VarStreamArrayExtractor<codeview::InlineeSourceLine> { argument
54 codeview::InlineeSourceLine &Item);
62 using LinesArray = VarStreamArray<InlineeSourceLine>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp37 static Optional<InlineeSourceLine>
50 for (const InlineeSourceLine &Line : InlineeLines) in findInlineeByTypeIndex()
154 Optional<InlineeSourceLine> Inlinee = in findInlineeLinesByVA()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp23 Error VarStreamArrayExtractor<InlineeSourceLine>::
24 operator()(BinaryStreamRef Stream, uint32_t &Len, InlineeSourceLine &Item) { in operator ()()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp871 for (const InlineeSourceLine &line : inlineeLines) { in commit()