Home
last modified time | relevance | path

Searched refs:DebugLinesSubsectionRef (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp53 DebugLinesSubsectionRef::DebugLinesSubsectionRef() in DebugLinesSubsectionRef() function in DebugLinesSubsectionRef
56 Error DebugLinesSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
67 bool DebugLinesSubsectionRef::hasColumnInfo() const { in hasColumnInfo()
H A DDebugSubsectionVisitor.cpp35 DebugLinesSubsectionRef Fragment; in visitDebugSubsection()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h79 class DebugLinesSubsectionRef final : public DebugSubsectionRef {
86 DebugLinesSubsectionRef();
H A DDebugSubsectionVisitor.h25 class DebugLinesSubsectionRef; variable
38 virtual Error visitLines(DebugLinesSubsectionRef &Lines,
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp130 const DebugLinesSubsectionRef &Lines);
583 const DebugLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
769 Error visitLines(DebugLinesSubsectionRef &Lines,
799 DebugLinesSubsectionRef &Lines, const StringsAndChecksumsRef &State) { in visitLines()
/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp1700 DebugLinesSubsectionRef &lines, in findLineTable()
1752 DebugLinesSubsectionRef linesTmp; in findLineTable()
1785 DebugLinesSubsectionRef lines; in getFileLineCodeView()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp470 DebugLinesSubsectionRef Lines; in findLineTable()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp846 return iterateModuleSubsections<DebugLinesSubsectionRef>( in dumpLines()
850 DebugLinesSubsectionRef &Lines) -> Error { in dumpLines()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1106 DebugLinesSubsectionRef lines; in ParseLineTable()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1166 DebugLinesSubsectionRef LineInfo; in printCodeViewSymbolSection()