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.cpp35 DebugLinesSubsectionRef Fragment; in visitDebugSubsection()
/freebsd/contrib/llvm-project/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,
/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp756 DebugLinesSubsectionRef Lines; in traverseSymbolSection()
1076 DebugLinesSubsectionRef &Lines) -> Error { in createScopes()
1104 if (Error Err = iterateModuleSubsections<DebugLinesSubsectionRef>( in createScopes()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1752 DebugLinesSubsectionRef &lines, in findLineTable()
1804 DebugLinesSubsectionRef linesTmp; in findLineTable()
1837 DebugLinesSubsectionRef lines; in getFileLineCodeView()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp470 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.cpp1205 DebugLinesSubsectionRef lines; in ParseLineTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1311 DebugLinesSubsectionRef LineInfo; in printCodeViewSymbolSection()