Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h25 class DebugLinesSubsectionRef; variable
38 virtual Error visitLines(DebugLinesSubsectionRef &Lines,
H A DDebugLinesSubsection.h80 class DebugLinesSubsectionRef final : public DebugSubsectionRef {
87 LLVM_ABI DebugLinesSubsectionRef();
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp128 const DebugLinesSubsectionRef &Lines);
581 const DebugLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
765 Error visitLines(DebugLinesSubsectionRef &Lines,
795 DebugLinesSubsectionRef &Lines, const StringsAndChecksumsRef &State) { in visitLines()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp750 DebugLinesSubsectionRef Lines; in traverseSymbolSection()
1070 DebugLinesSubsectionRef &Lines) -> Error { in createScopes()
1098 if (Error Err = iterateModuleSubsections<DebugLinesSubsectionRef>( in createScopes()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1759 DebugLinesSubsectionRef &lines, in findLineTable()
1811 DebugLinesSubsectionRef linesTmp; in findLineTable()
1844 DebugLinesSubsectionRef lines; in getFileLineCodeView()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp474 DebugLinesSubsectionRef Lines; in findLineTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp848 return iterateModuleSubsections<DebugLinesSubsectionRef>( in dumpLines()
852 DebugLinesSubsectionRef &Lines) -> Error { in dumpLines()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1202 DebugLinesSubsectionRef lines; in ParseLineTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1357 DebugLinesSubsectionRef LineInfo; in printCodeViewSymbolSection()