Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDDebugLinesSubsection.cpp53 DebugLinesSubsectionRef::DebugLinesSubsectionRef() in DebugLinesSubsectionRef() function in DebugLinesSubsectionRef
56 Error DebugLinesSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
67 bool DebugLinesSubsectionRef::hasColumnInfo() const { in hasColumnInfo()
HDDebugSubsectionVisitor.cpp35 DebugLinesSubsectionRef Fragment; in visitDebugSubsection()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDDebugLinesSubsection.h79 class DebugLinesSubsectionRef final : public DebugSubsectionRef {
86 DebugLinesSubsectionRef();
HDDebugSubsectionVisitor.h25 class DebugLinesSubsectionRef; variable
38 virtual Error visitLines(DebugLinesSubsectionRef &Lines,
/freebsd-head/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLDebugSections.cpp130 const DebugLinesSubsectionRef &Lines);
583 const DebugLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
769 Error visitLines(DebugLinesSubsectionRef &Lines,
799 DebugLinesSubsectionRef &Lines, const StringsAndChecksumsRef &State) { in visitLines()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewReader.cpp756 DebugLinesSubsectionRef Lines; in traverseSymbolSection()
1076 DebugLinesSubsectionRef &Lines) -> Error { in createScopes()
1104 if (Error Err = iterateModuleSubsections<DebugLinesSubsectionRef>( in createScopes()
/freebsd-head/contrib/llvm-project/lld/COFF/
HDPDB.cpp1752 DebugLinesSubsectionRef &lines, in findLineTable()
1804 DebugLinesSubsectionRef linesTmp; in findLineTable()
1837 DebugLinesSubsectionRef lines; in getFileLineCodeView()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDSymbolCache.cpp470 DebugLinesSubsectionRef Lines; in findLineTable()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDDumpOutputStyle.cpp848 return iterateModuleSubsections<DebugLinesSubsectionRef>( in dumpLines()
852 DebugLinesSubsectionRef &Lines) -> Error { in dumpLines()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp1205 DebugLinesSubsectionRef lines; in ParseLineTable()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp1311 DebugLinesSubsectionRef LineInfo; in printCodeViewSymbolSection()