Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h87 class DebugInlineeLinesSubsection final : public DebugSubsection {
94 DebugInlineeLinesSubsection(DebugChecksumsSubsection &Checksums,
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp447 auto Result = std::make_shared<DebugInlineeLinesSubsection>( in toCodeViewSubsection()
/freebsd-src/lib/clang/libllvm/
H A DMakefile522 SRCS_MIN+= DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp