Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp54 DebugLinesSubsectionRef::DebugLinesSubsectionRef() in DebugLinesSubsectionRef() function in DebugLinesSubsectionRef
57 Error DebugLinesSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
68 bool DebugLinesSubsectionRef::hasColumnInfo() const { in hasColumnInfo()
H A DDebugSubsectionVisitor.cpp35 DebugLinesSubsectionRef Fragment; in visitDebugSubsection()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h29 class DebugLinesSubsectionRef; variable
43 virtual Error visitLines(DebugLinesSubsectionRef &Lines,
H A DDebugLinesSubsection.h79 class DebugLinesSubsectionRef final : public DebugSubsectionRef {
86 DebugLinesSubsectionRef();
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp131 const DebugLinesSubsectionRef &Lines);
584 const DebugLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
770 Error visitLines(DebugLinesSubsectionRef &Lines,
800 DebugLinesSubsectionRef &Lines, const StringsAndChecksumsRef &State) { in visitLines()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1658 DebugLinesSubsectionRef &Lines, in findLineTable()
1710 DebugLinesSubsectionRef LinesTmp; in findLineTable()
1743 DebugLinesSubsectionRef Lines; in getFileLine()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp876 iterateModuleSubsections<DebugLinesSubsectionRef>( in dumpLines()
880 DebugLinesSubsectionRef &Lines) { in dumpLines()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1053 DebugLinesSubsectionRef lines; in ParseLineTable()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1110 DebugLinesSubsectionRef LineInfo; in printCodeViewSymbolSection()