|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h 88 return S->kind() == DebugSubsectionKind::Lines;
120 return S->kind() == DebugSubsectionKind::Lines;
lib/DebugInfo/CodeView/DebugLinesSubsection.cpp 54 : DebugSubsectionRef(DebugSubsectionKind::Lines) {}
73 : DebugSubsection(DebugSubsectionKind::Lines), Checksums(Checksums) {}
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp 33 case DebugSubsectionKind::Lines: {
lib/DebugInfo/CodeView/EnumTables.cpp 226 CV_ENUM_CLASS_ENT(DebugSubsectionKind, Lines),
lib/MC/MCCodeView.cpp 334 OS.EmitIntValue(unsigned(DebugSubsectionKind::Lines), 4);
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp 121 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {}
tools/lld/COFF/PDB.cpp 1013 case DebugSubsectionKind::Lines:
1755 case DebugSubsectionKind::Lines: {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 1077 if (dssr.kind() != DebugSubsectionKind::Lines)
tools/llvm-pdbutil/FormatUtil.cpp 107 RETURN_CASE(DebugSubsectionKind, Lines, "lines");
125 RETURN_CASE(DebugSubsectionKind, Lines, "DEBUG_S_LINES");
tools/llvm-pdbutil/YAMLOutputStyle.cpp 181 case DebugSubsectionKind::Lines:
tools/llvm-readobj/COFFDumper.cpp 547 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, Lines),
1021 case DebugSubsectionKind::Lines: {