Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp1718 DebugLinesSubsectionRef &lines, in findLineTable()
1770 DebugLinesSubsectionRef linesTmp; in findLineTable()
1803 DebugLinesSubsectionRef lines; in getFileLineCodeView()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp470 DebugLinesSubsectionRef Lines; in findLineTable()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp847 return iterateModuleSubsections<DebugLinesSubsectionRef>( in dumpLines()
851 DebugLinesSubsectionRef &Lines) -> Error { in dumpLines()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1220 DebugLinesSubsectionRef LineInfo; in printCodeViewSymbolSection()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1202 DebugLinesSubsectionRef lines; in ParseLineTable()