Home
last modified time | relevance | path

Searched refs:DebugInlineeLinesSubsection (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp62 DebugInlineeLinesSubsection::DebugInlineeLinesSubsection( in DebugInlineeLinesSubsection() function in DebugInlineeLinesSubsection
67 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()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h84 class DebugInlineeLinesSubsection final : public DebugSubsection {
91 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp448 auto Result = std::make_shared<DebugInlineeLinesSubsection>( in toCodeViewSubsection()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile385 SRCS_EXT+= DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp