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

References

include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
   23       : DebugSubsectionRef(DebugSubsectionKind::FrameData) {}
   25     return S->kind() == DebugSubsectionKind::FrameData;
   44       : DebugSubsection(DebugSubsectionKind::FrameData),
   47     return S->kind() == DebugSubsectionKind::FrameData;
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
   77   case DebugSubsectionKind::FrameData: {
lib/DebugInfo/CodeView/EnumTables.cpp
  229     CV_ENUM_CLASS_ENT(DebugSubsectionKind, FrameData),
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  209       : YAMLSubsectionBase(DebugSubsectionKind::FrameData) {}
lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp
  401   OS.EmitIntValue(unsigned(DebugSubsectionKind::FrameData), 4);
tools/lld/COFF/PDB.cpp
 1023     case DebugSubsectionKind::FrameData: {
tools/llvm-pdbutil/FormatUtil.cpp
  110       RETURN_CASE(DebugSubsectionKind, FrameData, "frames");
  128       RETURN_CASE(DebugSubsectionKind, FrameData, "DEBUG_S_FRAMEDATA");
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  187   case DebugSubsectionKind::FrameData:
tools/llvm-readobj/COFFDumper.cpp
  550     LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FrameData),
 1051     case DebugSubsectionKind::FrameData: {