Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp43 DebugInlineeLinesSubsectionRef InlineeLines; in findInlineeByTypeIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp986 iterateModuleSubsections<DebugInlineeLinesSubsectionRef>( in dumpInlineeLines()
989 DebugInlineeLinesSubsectionRef &Lines) { in dumpInlineeLines()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1248 DebugInlineeLinesSubsectionRef Lines; in printCodeViewInlineeLines()