Home
last modified time | relevance | path

Searched refs:DebugInlineeLinesSubsectionRef (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp42 DebugInlineeLinesSubsectionRef::DebugInlineeLinesSubsectionRef() in DebugInlineeLinesSubsectionRef() function in DebugInlineeLinesSubsectionRef
45 Error DebugInlineeLinesSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
57 bool DebugInlineeLinesSubsectionRef::hasExtraFiles() const { in hasExtraFiles()
H A DDebugSubsectionVisitor.cpp48 DebugInlineeLinesSubsectionRef Fragment; in visitDebugSubsection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h61 class DebugInlineeLinesSubsectionRef final : public DebugSubsectionRef {
66 DebugInlineeLinesSubsectionRef();
H A DDebugSubsectionVisitor.h22 class DebugInlineeLinesSubsectionRef; variable
43 virtual Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp43 DebugInlineeLinesSubsectionRef InlineeLines; in findInlineeByTypeIndex()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp146 const DebugInlineeLinesSubsectionRef &Lines);
621 const DebugInlineeLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
773 Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
820 DebugInlineeLinesSubsectionRef &Inlinees, in visitInlineeLines()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp986 iterateModuleSubsections<DebugInlineeLinesSubsectionRef>( in dumpInlineeLines()
989 DebugInlineeLinesSubsectionRef &Lines) { in dumpInlineeLines()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp868 DebugInlineeLinesSubsectionRef inlineeLines; in commit()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1248 DebugInlineeLinesSubsectionRef Lines; in printCodeViewInlineeLines()