Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp34 DebugLinesSubsectionRef Fragment; in visitDebugSubsection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h26 class DebugLinesSubsectionRef; variable
39 virtual Error visitLines(DebugLinesSubsectionRef &Lines,
H A DDebugLinesSubsection.h78 class DebugLinesSubsectionRef final : public DebugSubsectionRef {
85 DebugLinesSubsectionRef();
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1700 DebugLinesSubsectionRef &lines, in findLineTable()
1752 DebugLinesSubsectionRef linesTmp; in findLineTable()
1785 DebugLinesSubsectionRef lines; in getFileLineCodeView()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp465 DebugLinesSubsectionRef Lines; in findLineTable()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp947 iterateModuleSubsections<DebugLinesSubsectionRef>( in dumpLines()
951 DebugLinesSubsectionRef &Lines) { in dumpLines()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1066 DebugLinesSubsectionRef lines; in ParseLineTable()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1162 DebugLinesSubsectionRef LineInfo; in printCodeViewSymbolSection()