Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h44 struct InlineeSourceLine { struct
51 template <> struct VarStreamArrayExtractor<codeview::InlineeSourceLine> { argument
53 codeview::InlineeSourceLine &Item);
61 using LinesArray = VarStreamArray<InlineeSourceLine>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp43 static std::optional<InlineeSourceLine>
56 for (const InlineeSourceLine &Line : InlineeLines) in findInlineeByTypeIndex()
212 std::optional<InlineeSourceLine> Inlinee = in findInlineeLinesByVA()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp24 Error VarStreamArrayExtractor<InlineeSourceLine>::
25 operator()(BinaryStreamRef Stream, uint32_t &Len, InlineeSourceLine &Item) { in operator ()()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.h77 std::map<llvm::codeview::TypeIndex, llvm::codeview::InlineeSourceLine>
H A DCompileUnitIndex.cpp121 for (const InlineeSourceLine &Line : inlinee_lines) { in ParseInlineeLineTableForCompileUnit()
H A DSymbolFileNativePDB.cpp1417 InlineeSourceLine inlinee_line = iter->second; in ParseInlineSite()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp248 for (const InlineeSourceLine &Line : Lines) { in collectInlineeInfo()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DPDB.cpp874 for (const InlineeSourceLine &line : inlineeLines) { in commit()