reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
   69     return S->kind() == DebugSubsectionKind::InlineeLines;
   99     return S->kind() == DebugSubsectionKind::InlineeLines;
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  854   MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines);
lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp
   43     : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {}
   63     : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums),
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
   47   case DebugSubsectionKind::InlineeLines: {
lib/DebugInfo/CodeView/EnumTables.cpp
  230     CV_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  137       : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {}
tools/lld/COFF/PDB.cpp
 1018     case DebugSubsectionKind::InlineeLines:
tools/llvm-pdbutil/FormatUtil.cpp
  111       RETURN_CASE(DebugSubsectionKind, InlineeLines, "inlinee lines");
  129       RETURN_CASE(DebugSubsectionKind, InlineeLines, "DEBUG_S_INLINEELINES");
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  179   case DebugSubsectionKind::InlineeLines:
tools/llvm-readobj/COFFDumper.cpp
  551     LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
 1013     case DebugSubsectionKind::InlineeLines: