Searched refs:DebugInlineeLinesSubsection (Results 1 – 4 of 4) sorted by relevance
62 DebugInlineeLinesSubsection::DebugInlineeLinesSubsection( in DebugInlineeLinesSubsection() function in DebugInlineeLinesSubsection67 uint32_t DebugInlineeLinesSubsection::calculateSerializedSize() const { in calculateSerializedSize()84 Error DebugInlineeLinesSubsection::commit(BinaryStreamWriter &Writer) const { in commit()108 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile()116 void DebugInlineeLinesSubsection::addInlineSite(TypeIndex FuncId, in addInlineSite()
87 class DebugInlineeLinesSubsection final : public DebugSubsection {94 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,
447 auto Result = std::make_shared<DebugInlineeLinesSubsection>( in toCodeViewSubsection()
522 SRCS_MIN+= DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp