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()
88 class LLVM_ABI DebugInlineeLinesSubsection final : public DebugSubsection {95 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,
445 auto Result = std::make_shared<DebugInlineeLinesSubsection>( in toCodeViewSubsection()
577 SRCS_MIN+= DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp