Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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>;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp23 Error VarStreamArrayExtractor<InlineeSourceLine>::
24 operator()(BinaryStreamRef Stream, uint32_t &Len, InlineeSourceLine &Item) { in operator ()()