Home
last modified time | relevance | path

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

/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()
/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,
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp128 const DebugLinesSubsectionRef &Lines);
581 const DebugLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
767 Error visitLines(DebugLinesSubsectionRef &Lines,
797 DebugLinesSubsectionRef &Lines, const StringsAndChecksumsRef &State) {
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp751 DebugLinesSubsectionRef Lines; in traverseSymbolSection()
1071 DebugLinesSubsectionRef &Lines) -> Error { in createScopes()
1099 if (Error Err = iterateModuleSubsections<DebugLinesSubsectionRef>( in createScopes()
/llvm-project/lld/COFF/
H A DPDB.cpp1766 DebugLinesSubsectionRef &lines, in findLineTable()
1818 DebugLinesSubsectionRef linesTmp; in findLineTable()
1851 DebugLinesSubsectionRef lines; in getFileLineCodeView()
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp474 DebugLinesSubsectionRef Lines; in findLineTable()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp848 return iterateModuleSubsections<DebugLinesSubsectionRef>( in dumpLines()
852 DebugLinesSubsectionRef &Lines) -> Error { in dumpLines()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1201 DebugLinesSubsectionRef lines; in ParseLineTable()
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1354 DebugLinesSubsectionRef LineInfo; in printCodeViewSymbolsSubsection()