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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h45 struct InlineeSourceLine { struct in namespace:llvm::codeview
52 template <> struct VarStreamArrayExtractor<codeview::InlineeSourceLine> {
54 codeview::InlineeSourceLine &Item);
62 using LinesArray = VarStreamArray<InlineeSourceLine>;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp23 Error VarStreamArrayExtractor<InlineeSourceLine>::
24 operator()(BinaryStreamRef Stream, uint32_t &Len, InlineeSourceLine &Item) {
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp758 for (const InlineeSourceLine &line : inlineeLines) {

Completed in 63 milliseconds